a{
	color:#990000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
textarea,input,select{
	background-color:#c8c8ff;
	color:#ffffff;
	border:1 solid #ffffff;
}
BODY {
	text-align:center;
	color:#5d5d5d;
	background-color:#ffffff;
}
body,td,th,pre{
	font-size:x-small;
	line-height:200%;
}
hr{
	color:#eeeeee;
	width:300px;
	height:1px;
}

h2{
	font-size:x-small;
	padding-top:100px;
	padding-bottom:10px;
	color:#5d5d5d;
	border-bottom:1px solid #999999;
}
h3{
	font-size:x-small;
	padding:10px 10px;
	color:#5d5d5d;
}
.set pre{
	line-height:160%;
}