/* CSS Document */
/* Navbar       */

body
{
	background-color: transparent;
	color: black;
}

#navbar
{
	background-color:#000000;
	position: absolute;
	left: 6;
	top: 0;
	width: 130px;
	font-family: Arial, "Lucida Sans", fantasy, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
}


#navbar a:link , #navbar a:visited
{
	display: block;
	text-decoration: none;
	color:black;
	font-weight:600;
	border-bottom: thick black solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
	background-color: #95b7cd;

}

#navbar a:hover 
{
	border-bottom: thick black ridge;
	border-left: thin black ridge;
	border-right: thin black ridge;
	background-color: #aaddee;
	color:white;
}

a 
{
	font-family: Tahoma;
	color: #FFFF00;
}
a:link 
{
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #FFFF00;
}
a:hover 
{
	text-decoration: underline;
	color: #66FF99;
}
a:active 
{
	text-decoration: none;
}



#misc
{
	width:140px;
	position:fixed;
	margin-top:300px;
	float:left;
	text-align:center;
	font-size:.6em;
	color: white;
}
