body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
##        background-color: #FFFFF0;
        background-color: white;
	color: #000000;
        margin: 2%
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.bodysm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

h1, h2, h3 {text-align: center;
  	    font-family: Arial , Helvetica, sans-serif}

p {font-family: Arial, Verdana, Helvetica, sans-serif}

.emph {font-style: italic; font-weight: bolder}

:link, :visited { text-decoration: none; 
}

:link { text-decoration: underline; color: blue; }

:visited { color: fuchsia}

:link:hover, :visited:hover { 
	text-decoration:  underline
}
