body 
{
	font-size: 12pt;
	font-family: sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-color : #ffffcc;
	color : black;
}

h1 
{
	font-size: 45pt;
	font-weight: bold;
	text-align : center;
	text-decoration : underline;
	color : red;
}

h2 
{
	font-size: 20pt;
	text-align : center;
	color : red;
}

div.center 
{
	text-align : center;
}

div.small 
{
	font-size: 10pt;
	font-weight: bold;
	text-align : center;
	color : red;
}