a { 
	color: #0000FF; font-family: Arial; text-decoration: none;
}

a:hover {
	color: #0000FF; font-family: Arial; text-decoration: underline;
}

a:active {
	color: #FF0000; font-family: Arial;
}

a:visited {
	font-family: Arial; text-decoration: none;
}

a:visited:hover {
	font-family: Arial; text-decoration: underline;
}

table {
	table-border-color-light: rgb(255,204,102); table-border-color-dark:
	rgb(204,153,102); font-family: Arial; font-size: 10pt;
}

body {
	font-family: Verdana, Arial, Helvetica; background-color: beige; 
	color: #000000;
}

h1 { 
	font-family: 'Times New Roman', Times; color: #000000; font-size: 28pt; 
	font-style: italic; font-weight: bold;
}

h2 {
	font-family: Arial; color: #000000; font-size: 18pt; font-weight: bold;
}

h3 {
	font-family: Arial; color: #000000; font-size: 14pt;
}

p {
	font-family: Arial; font-size: 10pt;
}