﻿<!--
hyperlink colors below -->
a {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}
a:hover {
	color: #FF00FF;
}
<!--
misc below -->

.center {
	text-align: center;
}
.InsetBorder {
	border-style: inset;
	border-width: 5px;
}
.MSCaps {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "MS Reference Sans Serif";
	font-variant: small-caps;
	text-align: justify;
}
.MSBody {
	font-family: "MS Reference Sans Serif";
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.MSBodyLeft {
	font-family: "MS Reference Sans Serif";
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.MSCapsLeft {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "MS Reference Sans Serif";
	font-variant: small-caps;
	text-align: left;
}
.NoHeresWhy {
	font-size: 12pt;
	font-family: "MS Reference Sans Serif";
	font-weight: bold;
	text-align: left;
	color: #FFFF00;
}
.background {
	background-color: #000000;
	border: medium inset #AA0000;
}


.MSCenter {
	font-family: "MS Reference Sans Serif";
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}


.Center {
	text-align: center;
}


.MSNoMargin {
	font-family: "MS Reference Sans Serif";
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
