
body { 
	font-family: Verdana; 
	font-size: 10 pt; 
	color: #000000 
}

h1 { 
	font-family: Arial; 
	font-size: 12 pt; 
	color: #0000FF; 
	font-weight: bold 
}

h2 { 
	font-family: Arial; 
	font-size: 10 pt; 
	color: #FF6600; 
	text-decoration:underline; 
	font-weight:bold 
}

h3 { 
	font-family: Arial; 
	font-size: 12 pt; 
	color: #FF6600; 
	font-weight:bold 
}


code {
	font-size: 10 pt; 
	color: #000080
}

a:link {
	text-decoration:none; 
	color: #0000ff 
}

a:visited { 
	text-decoration:none; 
	color: #0000ff 
}

a:hover { 
	text-decoration:underline; 
	color: #FF6600
}

td { 
	font-family: Verdana; 
	font-size: 10 pt; 
	color: #000000 
}