﻿body {
	font-family: "Arial", Verdana, Sans-serif;
	}

h1, h2, h3 {color:#000000}

h3 {font-size: 95%}
/*
These color rules need to coincide with body attributes to work in NN4

*/
a, a:link {
	color: #339;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #669;
	}

a:hover {
	
	color: #5C3E90;
	}/*background-color: #fff;*/
	
	.center {
	
	text-align: center;
	}
}
