body {
	margin:0px;
	color:#fcf;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
}
p {color: #fcf; }
a {color: #fff; }	
a:hover {
	color: #fcf;
	}
h1 {
	color: #fcf;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	}
h2 {
	color: #fcf;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: 1px;
	}
h3 {
	color: #ccc;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 1px;
	}
input {
	border: 1px solid #999;
}
	
	
/* ID Styles */
#navcontainer { width: 300px; }
#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding: 2px;
	width: 290px;
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #fcf;
	text-decoration: none;
	border: 1px solid #FCF;
}

#navcontainer a:hover
{
background-color: #fcf;
color: #000;
}
