body{
	background : #ccc;
	color : #030;
	font-family : "Times New Roman";
	font-size : 120%;
	margin : 0px;
	padding : 10px;
}
h1{
	font-size : 200%;
}
h2{
	font-size : 160%;
}
a{
	color : #009900;
	text-decoration : underline;
}
a:hover{
	color : #006600;
	text-decoration : underline;
}
a:visited{
	color : #009900;
	text-decoration : underline;
}
a:visited:hover{
	color : #006600;
	text-decoration : underline;
}
p{
	text-indent : 20px;
	text-align : justify;
	margin : 2px;
}
td{
	font-size : 120%;
	vertical-align : top;
	padding-left : 20px;
}
td.head{
	vertical-align : middle;
}