/* CSS Document */

/* index page */
body {
font-family: Verdana, Helvetica, Arial, Sans-Serif;
color:black;  
margin:0px;
padding:0px;
background-color:black;
}

a{color: #336f8c;
text-decoration: none;
}
p, pre {font-size: 13px;
margin: 0px; 
padding: 3px 20px 3px 20px; line-height:1.25em;
}
h2{font-size:15px;margin: 0px;font-weight:bolder; color:#5a5a5a;
padding: 20px 20px 3px 20px; line-height:1.1em;
}
a:link{color:#336f8c; font-weight:bold;}
a:link:active{color:#336f8c;font-weight:bold;}
a:visited{color:#336f8c;font-weight:bold;}
a:visited:active{color:gray; font-weight:bold;}
a:link, a:visited{text-decoration:none;}
a:hover, a:focus{color:#fffff; text-decoration:underline;}


/* navigation */
#navigation{
top:0px;right:0;
margin: 0;
background-color:#ff9999;
color:#000000;
text-align: center;
width:100%;
height:1.5em;
}

#navigation ul
{white-space:nowrap;
padding-top: .15em;
align:center;
margin: 0px;
font-weight: bold;
}

* html #navigation ul{ /*IE only rule. 
Add extra margin-bottom*/
margin-top: 0em;}
	
#navigation ul li{
display: inline;
}
#navigation a{color:#000000}
#navigation ul li span{color:#ffffff;font-weight: bolder;}

#navigation ul li a, 
#navigation ul li{
font-size: 14px;
font-weight: bold;
padding: 10px 12px 0px 0px;
text-decoration: none;
}

#navigation a:hover, 
#navigation a:focus
{color: white;
}

#footer {
color: white;
font-size: 9px;
font-weight:400;
text-align: center;
border-top: 0px dotted pink;
padding-top: 0em; 
margin: 0px;
}
#footer p{font-size: 9px;
}
#footer a:link, #footer a:visited{
color: white;
font-weight:400;
text-decoration: none;
}
#footer a:hover{
color: #ff9999;
text-decoration: none;
border-bottom:1px solid pink;
}

