﻿a:visited    { color: #800080 }
a:link       {
	color: #0000FF;
	text-decoration: underline;
}
a:active     { color: #800080 }
a:hover      { color: #0000FF }


a:link.menu, a:visited.menu, a:active.menu, a:hover.menu {color: white;}

body         { font-family: Garamond; font-size: 12pt; line-height: 100%; margin-left: 0 }
h1           { font-family: Garamond; color: #FF001A; font-weight: bold }
p            {
	font: inherit;
	line-height: 100%;
	font-family: Garamond;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	text-decoration: none;
}
h2           { font-family: Garamond; color: #FF001A; font-weight: bold }

