/* HEADERS */
body { background-color: White }

h3 {
	font-family: Arial,Helvetica,sans-serif;
  color:#006633;
	font-size:17px;}

/* SUB-HEADER  We can assign a size if needed. */
h4 { font-family: Arial,Helvetica,sans-serif;
	color:#669966;
	font-size:15px;}

/* MAIN CONTENT FORMATTING */
p,ol,ul,blockquote,td,th {
	font-family: Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px; }

/* DEFAULT LINK */
a:link {color:#003366; font-weight:bold; text-decoration:underline;}	
a:active {color:#006699; font-weight:bold; text-decoration:underline;}	
a:visited {color:#003366; font-weight:bold; text-decoration:underline;}	
a:hover {color: #006699; font-weight:bold; text-decoration:underline;}

