
body {
	font: 11pt "Tahoma"; 
	color: green;
}

ul {
	font: 11pt "Tahoma"; 
	color: green;
}

h2 {
	font: 14pt "Tahoma"; 
	color: brown;
}

h4 {
	font: 11pt "Tahoma"; 
	color: green;
}

p {
	font: 11pt "Tahoma"; 
	color: green;
}

a:link {
	font: 11pt "Arial"; 
	color: rgb(0,0,0); 
	text-decoration: none;
}

a:visited {
	font: 11pt "Arial"; 
	color: rgb(0,0,0); 
	text-decoration: none;
}

a:hover {
	font: 11pt "Arial"; 
	color: green; 
	text-decoration: underline;
}

a:link.alert {
	font: 11pt "Arial"; 
	color: darkblue; 
	text-decoration: none;
	font-weight: bold;
}

a:visited.alert {
	font: 11pt "Arial"; 
	color: darkblue; 
	text-decoration: none;
	font-weight: bold;
}

a:hover.alert {
	font: 11pt "Arial"; 
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

a:link.smaller {
	font: 8pt "Arial"; 
	color: darkblue; 
	text-decoration: none;
	font-weight: bold;
}

span.accent {
	font: 11pt "Tahoma"; 
	color: black;
	font-style: italic;
}

span.footer {
	font: 9pt "Tahoma"; 
	color: green;
	font-style: italic;
}

hr {
	width: 90%;
}
