/* CSS Document */

html {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.tdmain {
	border: thick ridge #FF0000;
	background-color: #333333;
}
.tdsub {
	background-color: #666666;
}
a {
	color: #FF0000; 
	text-decoration: none
} 
a:visited { 
	color: #FF0000; 
	text-decoration: none;
} 
a:active {
	color: #FF0000; 
	text-decoration: none;
} 
a:hover {
	color: #FFFF00;	
	text-decoration: none;
} 
.mainline {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.superline {
	font-size: 150%;
	font-weight: bold;
}
.line {
	font-weight: bold;
	font-size: 100%;
}
.subline {
	font-size: 60%;
}
form {
	padding:0;
	margin:0;
}
input {
	background-color: #666666;
	color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}
