﻿body {
	margin-top: 0px;
	margin-left: 0px;
}
H1 {
	font-family: Arial, Helvetica;
	color: black;
	font-size : 18pt;
}
H2 {
	font-family: Arial, Helvetica;
	color: black;
	font-size : 16pt;
}
H3 {
	font-family: Arial, Helvetica;
	color: black;
	font-size : 14pt;
}
H4 {
	font-family: Arial, Helvetica;
	color: black;
	font-size : 12pt;
}
p {
	font-family: Arial, Helvetica;
	color: black;
	font-size : 10pt;
}
table {
	font-family: Arial, Helvetica;
	color: black;
	font-size : 10pt;
}
li {
	font-family: Arial, Helvetica;
	color: black;
	font-size : 10pt;
}
.small {
	font-family: arial, Helvetica;
	color: #000000;
	font-size : 8pt;
}
#bob:visited {
	color: #0080c0;
	font-weight: bold;
	font-style: italic;
}
#bob:link {
	color: #0080c0;
	font-weight: bold;
	font-style: italic;
}
#bob:active {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	background: white;
}
#bob:hover {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	background: white;
}
#tom:link {
	color: #E51837;
	font-weight: bold;
}
#tom:visited {
	color: #E51837;
	font-weight: bold;
}
#tom:hover {
	color: #0000b2;
	font-weight: bold;
}
#tom:active {
	color: #E51837;
	font-weight: bold;
}
a:link {
	color : #E51837;
}
a:visited {
	color : #E51837;
}
a:hover {
	color : #FCEEF0;
}
a:active {
	color : #E51837;
}
img {
	border-color : #E51837;
}
