h1  {
	font-size : xx-large;
	color : black;
	font-weight : bold;
	text-align : center;
}

h2  {
	text-align : left;
}

a  {
	color : blue;
	font-size : small;
}

a:visited  {
	color : blue;
	font-size : small;
}

a:active  {
	color : red;
	font-size : small;
}

a:hover  {}

body  {
	color : black;
	font-family : helvetica, sans-serif;
	font-size : small;
	background-color : white;
}

ul  {
	list-style-type : disk;
	text-align : left;
}

ul.sub  {
	margin-left : 5%;
}

div.xsmall  {
	font-size : x-small;
	text-align : center;
}

div.xbig  {
	font-size : x-large;
	text-align : center;
	font-weight : bold;
	text-align : center;
	color : black;
}

td  {
	font-size : small;
	font-family : helvetica, sans-serif;
	color : black;
}

p  {
	text-align : justify;
}

p.sub  {
	margin-left : 5%;
	font-style : italic;
}

hr  {
	margin-left : 15%;
	width : 70%;
}

