H1 {text-transform: uppercase;} 
 
.smaw {
	font-family: Arial;
	font-size: small;
	font-style: normal;
	color: #ffffec;
	}
.sma {
	font-family: Arial;
	font-size: small;
	font-style: normal;
	color: #006699;
	b
;
}
.med {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #006699;
	
}
.lar {
	font-family: Arial;
	font-size: large;
	font-style: normal;
	color: #000099;
	
}

H1, H2, H3 {font-family: Arial;
	      color: #0000ff;
	      font-size: 14pt;
	      font-weight: bold}

  P {
  font-family: Arial;
	font-size: small;
	font-style: normal;
	color: #006699;
	
	}
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	}

a:link {color: blue; text-decoration: underline; }
a:active {color: red; text-decoration: underline; }
a:visited {color: blue; text-decoration: underline; }
a:hover {color: red; text-decoration: none; }