.borders {
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9933;
	border-left-color: #FF9900;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #FF6600;
}
.allbordersred {
	border: thin solid #990000;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
a:active {
	color: #CCFF00;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.basic {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC66;
	background-color: #000000;
}
