/* CSS Document */

<link href="/index.css" rel="stylesheet" type="text/css">
.border {
	border: thin solid #FFFFFF;
}

a { color: #66CCCC;
	}
h1 {color: #66cccc;
	font-size: 25px;
	font-family: Arial;
	}
p { font-family: Arial;
	color: #ffffff;
	}
	
 #navlist
 {
 padding-left: 0;
 margin-left: 0;
 width: 200px;
 }


 #navlist li
 {
 list-style: none;
 margin: 0;
 padding: 0.25em;
 }

 #navlist li a { text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:800;}
 
 #navlist li a:hover { text-decoration: none; color:#CCCCCC;}
  #navlist li a:active { text-decoration: none; color:#CCCCCC;}