body
{
	color : #111144;
	background-image : url(back.jpg);
	background-color : #8899B5;
	font-family : Verdana;
	font-size : 12px;
}
p, a, div, span, table, tr, td
{
	font-family : Verdana;
	font-size : 12px;
	text-align : center;
}
h1
{
	text-align : center;
	font-size : 16px;
}
h2
{
	text-align : center;
	font-size : 14px;
}
hr
{
	border : 1px solid #111144;
	width : 90%;
}
#cont
{
	position : absolute;
	background-color : #8899B5;
	padding : 10px;
	top : 30px;
	left : 50%;
	border : 1px solid #333399;
}
#copy
{
	position : absolute;
	background-color : #8899B5;
	padding : 5px;
	width : 200px;
	top : 15px;
	left : 100%;
	margin-left : -220px;
	border : 1px solid #333399;
}
#w3c
{
	position : absolute;
	background-color : #8899B5;
	padding : 5px;
	width : 190px;
	padding-left : 8px;
	padding-top : 9px;
	top : 100%;
	margin-top : -95px;
	left : 10px;
	border : 1px solid #333399;
}
#cont table
{
	text-align : center;
}
#cont table td
{
	padding : 5px;
}
input, textarea
{
	background-color : #FFFFFF;
	color : #111144;
	border : 1px dashed #CCCCCC;
}
.dred
{
	color : #661111;
}
#links
{
	text-align : left;
}
.link
{
	text-align : center;
	font-size : 14px;
	font-weight : bold;
}
	
a, a:visited, a:link
{
	color : #777777;
}
a:active, a:hover
{
	color : #773333;
}