/* CSS Document */
/* Primary Body Styles */
body,td,th {color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
p {text-indent:2pc;}

/* a:link styles */

a:link {text-decoration: none;color:#000099;}
a:visited {text-decoration: none;color: #ccffcc;}
a:hover {text-decoration: underline;color: #ccccff;}
a:active {text-decoration: none;color: #ffcccc;}

/* header styles */

h1 {font-size: 48px;color: #000099;}
h2 {font-size: 44px;color: #000099;}
h3 {font-size: 36px;color: #000099;}
h4 {font-size: 24px;color: #000099;}
h5 {font-size: 18px;color: #000099;}
h6 {font-size: 16px;color: #000099;}

