/* CSS Document */

/* index page */
body {
font-size: 9px;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
color:white;  
margin:0px;
padding:0px;
background-color:black;
}

a{text-decoration:none;}
p, h2, pre {font-size: 14px;

margin: 0px; 
padding: 3px 20px 3px 20px; line-height:1.5;
}

a:link{color:#ff999; font-weight:bold;}
a:link:active{color:#ff999;font-weight:bold;}
a:visited{color:#ff999;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
{
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 a, 
#navigation ul li{
font-size: 14px;
font-weight: bold;
padding: 10px 9px 10px 9px;
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;
border-bottom:1px dashed white;

}
#footer a:hover{
color: #ff9999;
text-decoration: none;
border-bottom:1px solid pink;
}

