/*testing new stylesheet*/

body {
	background-color: white;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

h1 {
	font-family: Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #996600;
}

h2 {	font-family: Sans-Serif;
	font-size: 7pt;
	color: #996600;
}	

A:link { 
	color: #993300; 
	font-family: Sans-Serif;
	font-size: 9pt; 
	font-weight: bold;
}

a:visited { 
	color: #993300; 
	font-family: Sans-Serif;
	font-size: 9pt; 
	font-weight: bold;
} 
a:active { 
	color: #993300; 
	font-family: Sans-Serif;
	font-size: 9pt; 
	font-weight: bold;
}

a:hover { 
	color: #CC3300; 
	font-family: Sans-Serif;
	font-size: 9pt; 
	font-weight: bold;
}