
/*standard html setup text-align center needed for IE, reset to left in para*/
body, html  {	font-family : Arial, Helvetica, sans-serif;
	margin : 0;	padding: 0;	
	color : black;	background-color: #f7ce94;	text-align: center;
	font-size : small;
	width: 100%}

/* define the fonts and standard styles*/
p  {	font-family : Arial, Helvetica, sans-serif;	font-size : small; text-align:left;}

h1,h2,h3 {font-family : "Comic Sans MS", Arial, sans-serif;	font-weight : bold;}
h1  {	font-size : 160%;}
h2  {	font-size : 140%;	}
h3  {	font-size : 120%;	}

a  {	color : Black;	text-decoration: underline;}
/*LVHA*/
a:link  {	color : Black;}
a:visited  {	color : Black;}
a:hover  {	color : Gray;}
a:active  {	color : Black;}

li  {	font-size : 90%;	text-align:left;}
