

/* Generic Selectors */

body 
{
font-size: 14px;
}

p
{
width: 70%;
}

li 
{
list-style-type: none;
}

h1 
{
font-size: 18px;
font-weight: bold;
color: #000000;
 }

h2 
{
font-size: 16px;
font-weight: bold;
color: #000000;
}

 

/**************** Pseudo classes ****************/

a:link 
{
color: #0000FF;
text-decoration: underline;
font-weight: bold;
}

li :link
 {
color: #003F87	;
text-decoration: none;
font-weight: bold;
}

a:visited 
{
color: FF6699;
text-decoration: underline;
font-weight: bold;
}

li a:visited 
{
color: #00CC00;
text-decoration: none;
font-weight: bold;
}

a:hover 
{
color: #009999; 
padding-bottom: 5px;
font-weight: bold;
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:  #FF0000;
font-weight: bold;
}

/************************* ID's *************************/

#leftAd 
{
position: absolute;
width: 150px;
margin: 0;
margin-top: 20px;
margin-left: 50px;
}


#rightAd
{
position: absolute;
padding: 0 0 20px 0; /*top right bottom left*/
margin-top: 20px;
margin-left: 85%;
 
}

#centerDoc
 {
position: absolute;
padding: 0 0 20px 0; /*top right bottom left*/
margin-top: 20px;
margin-left: 275px;
}




