﻿BODY {
	color: #d0c0b0;
	font-family: "Verdana";
}	

A:link {	
	text-decoration:	underline;
	color:	#ffffc0;
}	

A:hover	{
 	color: #80ffff; 
}
		
A:visited {
	color: #c0c080;
}	

A:visited:hover {
	color: #40dddd;
}	

p {
	 color: #ffffff;
	 font-family: "Verdana";
}

.narrowLine {
	width: 500px;
	height:1px;
	border-style: solid;
}	
	
.topLink {
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
}	
	
.bigLink {
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
}	

input {
	color: rgb(255,255,255);
	background-color: #303030;
}

