
/* Generic Selectors */ 
body { 
font-family: "Stylus BT";
font-size: 14px; 
color: #333333; 
background-color: #F9F9F9; 
} 
p { 
width: 85%; 
} 
li { 
list-style-type: disc; 
line-height: 150%; 
}
h1 { 
font-family: "Stylus BT";
font-size: 24px; 
font-weight: bold; 
color: #000000;
width: 90%; 
} 
h2 { 
font-family: "Stylus BT";
font-size: 20px; 
font-weight: bold; 
color: #000000; 
border-bottom: 2px solid #C6EC8C; 
} 
 
/**************** Pseudo classes ****************/ 
a:link { 
color: rgb(0, 96, 255); 
text-decoration: none;
font-weight: bold; 
} 
li a:link { 
color: rgb(0, 96, 255); 
text-decoration: none; 
font-weight: bold; 
} 
a:visited { 
color: rgb(0, 96, 255); 
text-decoration: underline; 
font-weight: bold; 
} 
li a:visited { 
color: rgb(0, 96, 255); 
text-decoration: none; 
font-weight: bold; 
} 
a:hover { 
color: blue; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 
li a:hover { 
display: block; 
color: blue; 
padding-bottom: 5px; 
font-weight: bold; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #C6EC8C; 
} 
a:active { 
color: rgb(255, 0, 102); 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#navigation { 
position: absolute; 
z-index: 10; 
width: 170px; 
height: 600px; 
margin: 0; 
margin-top: 25px; 
border-right: 3px solid #C6EC8C; 
font-weight: normal; 
font-family: "Stylus BT";
font-size: 14px; 
} 
#centerDoc { 
position: absolute; 
z-index: 15; 
padding: 0px 0px 20px 20px; /*top right bottom left*/ 
margin-top: 50px;
margin-left: 180px; 
}
