
a:visited     {	color: #9370db;
	background-color: transparent }





a:link     {	color: #87cefa;
	text-decoration: underline;
	background-color: transparent }





a:hover    {	color: #fff0f5;
	background-color: transparent }




a:active   {	background-color: transparent }



a.navLink:active { }

a.navLink:hover {	text-decoration: underline }

a.navLink:link {	color: blue;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	background-color: transparent;
	text-transform: lowercase }

a.navLink:visited {	text-decoration: underline }

body       {	color: white;
	background-color: black;
	margin: 0px }



img.border {	margin: 4px;
	padding: 2px;
	border: solid 1px black }

body,td	  {	font-size: 1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif }


em {	font-style: italic }

h1 {	font-size: 2em }
h1.title {	font-family: Times, "Times New Roman", serif;
	padding: 0.5em 0em 0em 0.5em }

h1, h2, h3, h4   {	font-weight: bold;
	line-height: normal;
	font-family: Times, "Times New Roman", serif }



h2 {	font-size: 1.5em }

h3 {	font-size: 1.25em }

h4 {	font-size: 1em }
input,textarea { }

strong {	font-weight: bold }
.smaller { }
.splashText  {	text-align: justify;
	padding-right: 5%;
	padding-left: 5% }


