form,td,p,body {
	font-family:Verdana,Arial,Helvetica;
	font-size: 100%;
	color : Black;
}

td {
	text-align : center;
	color : #F5FFFA;
	vertical-align : middle;
	background-color : #283D43;
}
input,textarea  {
	text-align : center;
	color : #F8F1EB;
	background-color : Black;
	border : thin groove;
	border-color : #483D8B;
	margin-bottom : 8px;
}
body {
	color : #FAEBD7;
	background-color : Black;
	background-attachment : fixed;
	text-align : center;
	background-position : top;
	background-repeat : no-repeat;
}

a:link, a:active, a:visited {
	font-family:Verdana,Arial,Helvetica;
	font-weight: normal;
	font-size:100%;
	color : Aqua;
	text-align : center;
	text-decoration : none;
}

a:hover {
	color : #EE82EE;
	border:solid;
	border-color: ##F8F1EB;
	border-right-width:0;
	border-left-width:0;
	border-top-width:1px;
	border-bottom-width:1px;
}

