/*  CSS Document  */

body
{
margin: auto;
margin-top: 10px;
width: 700px;
background-color: #006699; /* InnovaSyn background */
font-family: Arial, Helvetica, sans-serif;
/*border: thin solid #191970; */
}

h1, h2, h3, h4, p, a, li, ul
{
color: Black;  /* color #000000 */
font-style: normal;  
line-height: normal;
background-color: White;  /* color #FFFFFF*/
font-variant: normal;
text-decoration: none;
}

p, li  /* added atributes for p and Li */
{
font-size: small
}

a:link {color: #006699}    /* grey color #696969*/
a:visited {color: #006699} /* grey color #696969*/
a:hover {color: #006699}
a:active {color: #006699}

table.leftsidelinks /* sets properties for links */
{
text-align:right;
font-weight:bold;
font-size:12px;
}

a.one:link {color: DimGray}    /* grey color #696969*/
a.one:visited {color: DimGray} /* grey color #696969*/
a.one:hover {color: #006699}
a.one:active {color: #006699}

a.bar
{
text-align: right;
font-size: x-small;
font-style: italic;
color: #FFFFFF;
background-color: #006699;
}


/* this is in here for design, remove at the end */
table
{
border-style: none /* none or solid */
}


