body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
color: #666666; 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
} 


p { 
width: 97%; 
} 

/*li { 
list-style-type: none; 
line-height: 150%; 
} */

h1 { 
font-size: 18px; 
color: #FF0099; 
} 

h2 { 
font-size: 15px; 
color: #0033CC; 
} 



/* A and LI styles */

a:link { 
color: #666666; 
text-decoration: underline; 
} 

li :link { 
color: #00CC00; 
text-decoration: underline; 
} 

a:visited { 
color: #333333; 
text-decoration: underline; 
} 

li a:visited { 
color: #333333; 
text-decoration: underline; 
} 

a:hover { 
color: rgb(0, 96, 255); 
text-decoration: underline; 
} 

li a:hover { 
display: block; 
color: rgb(0, 96, 255); 
padding-bottom: 5px; 
font-weight: bold; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #C6EC8C; 
} 

a:active { 
color: #333333;
} 

#logo { 
position: absolute; 
margin-top: 5px; 
margin-left: 10px; 
} 


#navigation { 
position: absolute; 
width: 500px; 
height: 20px; 
margin: 0; 
margin-top: 120px; 
margin-left: 15px; 
font-weight: normal; 
} 

#centerDoc { 
position: absolute; 
padding: 0 0 0px 0; /*top right bottom left*/ 
margin-top: 180px; 
margin-left: 15px; 
} 

/*Navigation Links */
/*Home*/
a.home{
padding-right: 6px;
}

a.home:link { 
color: #993300; 
text-decoration: none; 
} 

a.home:visited { 
color: #993300;
text-decoration: none;  
} 

a.home:hover { 
color: #993300; 
text-decoration: underline; 
} 

a.home:active { 
color: #993300;
text-decoration: underline; 
} 

/*News*/
a.news{
padding-right: 6px;
padding-left: 6px;
}

a.news:link { 
color: #0F6F0F; 
text-decoration: none;
} 

a.news:visited { 
color: #0F6F0F; 
text-decoration: none;
} 

a.news:hover { 
text-decoration: underline; 
} 

a.news:active { 
color: #0F6F0F;
text-decoration: underline; 
} 

/*About*/
a.about{
padding-right: 6px;
padding-left: 6px;
}

a.about:link { 
color: #424242;
text-decoration: none; 
} 

a.about:visited { 
color: #424242;
text-decoration: none; 
} 

a.about:hover { 
text-decoration: underline; 
} 

a.about:active { 
color: #424242;
text-decoration: underline; 
} 

/*Brands*/
a.brands{
padding-right: 6px;
padding-left: 6px;
}

a.brands:link { 
color: #333366;
text-decoration: none; 
} 

a.brands:visited { 
color: #333366; 
text-decoration: none;
} 

a.brands:hover { 
text-decoration: underline; 
} 

a.brands:active { 
color: #333366;
text-decoration: underline; 
} 

/*Buy*/
a.buy{
padding-left: 6px;
}

a.buy:link { 
color: #666666;
text-decoration: none; 
} 

a.buy:visited { 
color: #666666; 
text-decoration: none;
} 

a.buy:hover { 
text-decoration: underline; 
} 

a.buy:active { 
color: #666666;
text-decoration: underline; 
}


