


    a:link    {color: white; text-decoration: none;}
    a:visited {color: white; text-decoration: none;}
    a:active {color: #7FFF00; text-decoration: none;}
    a:hover {color: #ffcc00;; text-decoration: none;}
    
    a:link img{border-color: rgb(0, 0, 0); border-width: 1px;}
    a:visited img{border-color: rgb(60, 0, 60); border-width: 1px;}
    a:active img{color: #ffff00}
    a:hover img{border-color: #FFFF99; border-width: 1px;}

    
	body 
	{
	margin-top: 0%;	
	margin-left: 0%;
	margin-right: 0%;
	padding: 0px;
	text-align: center;
	font-family: arial;
	color: #ffcc00;
	background-color: rgb(20, 0, 20);
	}
	
	#wholepage
	{
	margin: 0 auto;
	background-color: #000;
	}
 
	#topleft
	{
	color: white;
	font-family: arial;
	overflow: hidden;
	text-align: left;
	height: 20px;
	}
	
	#links
	{
	font-family: arial;
	margin-top: 1px;
	padding-top: 2px;
	height: 18px;
	border-top: 1px solid #ffcc00;
	border-right: 1px solid #ffcc00;
	border-left: 1px solid #ffcc00;
	}
 
	#browser
	{
	margin-top: 1px;
	border-top: 1px solid #ffcc00;
	background-color: rgb(200, 200, 200);
	width: 100%;
	}
	
	h5
	{
	color: white;
	padding: 0px 0px 0px 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	}
	
	#dropmenudiv
	{
	position: absolute;
	border:2px solid #ffcc00;
	line-height:20px;
	z-index:100;
	}

	#dropmenudiv a
	{
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: 1px dotted #ffcc00;
	text-decoration: none;
	color: white;
	}

	#dropmenudiv a:hover
	{ /*hover background color*/
	background-color: black;
	color: #ffcc00;
	}


