body {
	font-family: sans-serif;
	font-size: 12px;
	color: Silver;
}

table {
	font-family: sans-serif;
	font-size: 14px;
	color: Black;
	vertical-align: top;
}

h1 {
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: Red;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
	color: #8B0000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 12px;
	font-family: sans-serif;
	color: Gray;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-family: serif;
	font-weight: bold;
	color: White;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
a {
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-style: normal;
	font-weight: bold;
	color: White;
	border: Black;
}
a:hover {
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-style: normal;
	font-weight: bold;
	color: Red;
}
a:hover, a:focus, a:active, a:visited,a:link {
	border: Black;
}
