body {
	background-color: #000000;
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica;
}

h2 {
	color: #99CCFF;
}

input {
	font-size: 13px;
	padding: 2px;
}

textarea {
	font-family: Arial, Helvetica;
	font-size: 13px;
	padding: 2px;
}

#navigation {
	font-family: Arial, Helvetica;
	font-size: 18px;
	width: 100%;
	color: #FF3399;
}

#websites {
	font-family: Trebuchet MS;
	font-size: 48px;
	
}

a.weblink:link { 
	color: #fff;
	text-decoration: none;
}

a.weblink:visited {
	color: #fff;
	text-decoration: none;
}

a.weblink:hover {
	color: #fff;
	text-decoration: underline;
}

a.titlelink:link {
	color: #99CCFF;
	text-decoration: none	;
}

a.navlink:link {
	color: #99CCFF;
	text-decoration: none;
}

a.navlink:visited {
	color: #99CCFF;
	text-decoration: none;
}

a.navlink:hover {
	color: #99CCFF;
	text-decoration: underline;
}
