P  {
	font-size : x-small;
	font-family : Verdana,sans-serif;
}

H1  {
	font-family : Verdana,sans-serif;
	font-size : large;
	}

H2  {
	font-family : Verdana,sans-serif;
	font-size : medium;
	text-align : center;
	}

H3  {
	font-family : Verdana,sans-serif;
	font-size : small;
	font-weight : bold;
	}

TD  {
	font-size : x-small;
	font-family : Verdana,sans-serif;
}

TH  {
	font-size : x-small;
	font-family : Verdana,sans-serif;
	text-align: left;
	font-weight:bold;
	background-color: #cccccc;
}
A:link  {
	font-size : x-small;
	font-family : Verdana,sans-serif;
	color: blue;	
	}

A:Visited  {
	font-size : x-small;
	font-family : Verdana,sans-serif;
	color: #333399;	
}

A:Active  {	
	font-size : x-small;
	font-family : Verdana,sans-serif;
	color: #6666FF;	
}

A:Hover  {	
	font-size : x-small;
	font-family : Verdana,sans-serif;
	color: red;
}

BODY  {
	font-size : x-small;
	font-family : Verdana,sans-serif;
	color : Black;
	background-color : White;
	background-image : url(/images/grid.gif);
	background-repeat: repeat;
	background-attachment: fixed;	
	margin-left: 60px;
	margin-right: 60px;
}

.box1
	{
	margin : 1px;
	background-color :#9999cc;
	padding : 1px;	
	}
	
.box2
	{
	margin : 1px;
	background-color : #ffcc99;
	padding : 1px;
	
	}
.box3
	{
	margin : 1px;
	background-color : #99cc99;
	padding : 1px;
	}		
.smaller
	{
	font-size: xx-small;
	}
