/*PROPERTIES FOR LINKS ON PAGE*/
a:link { color: #000066; 
	font-size: 14px }
a:visited { color: #000066; font-size: 14px }
a:active { color: #000066 }
A { text-decoration: none }
a:hover { text-decoration: underline }



/*PROPERTIES FOR HEADINGS ON PAGE*/
.header { font-weight: bold; font-size: 20px; margin-left: 20px }



/*PROPERTIES FOR BODY*/
body {  }

I { font-weight:bold; font-size:15px; font-variant:small-caps }
p { text-align:justify; margin-left: 20px; margin-right: 20px }
ol, ul, li { text-align:justify }



