

body, td, h1, h2, h3, h4, h5, h6, th, dt {
  font-family: Verdana, sans-serif;
}

	
BODY {
  	color: black;
    background-color: #FFFFF5;
  	margin-top: 0;
  	margin-left: 0;
  	margin-right: 0;
  	margin-bottom: 0;
  	padding-top: 0;
  	padding-left: 0;
  	padding-right: 0;
  	padding-bottom: 0;
  	border-top: 0;
    border-right: 0pt;
    border-bottom: 0;
    border-left: 0pt;
}

P, H1, H2, H3, H4, H5, H6 {
  	padding-top: 10pt;
  	padding-left: 10pt;
  	padding-right: 10pt;
  	padding-bottom: 10pt;
	}	
		
DEL {
  	text-decoration: line-through;
    background-color: #FC6;
}	
		
TABLE {
  	color: black;
  	text-decoration: none;
    background-color: #FFFFF5;
    border-top: thin dotted #00FF00;
    border-right: thin dotted #00FF00;
    border-bottom: thin dotted #00FF00;
    border-left: thin dotted #00FF00;
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}	

TH {
  	color: black;
  	text-decoration: none;
    background-color: yellow;
    border-top: black none;
    border-right: black none;
    border-bottom: black none;
    border-left: black none;
}

TD {
  	color: black;
  	text-decoration: none;
    background-color: white;
    border-top: black none;
    border-right: black none;
    border-bottom: black none;
    border-left: black none;
	padding:4px;
  	
}
		
A:link {
  	text-decoration: underline;
  	font-weight: normal;
  	color: maroon;
}	
		
A:visited {
  	text-decoration: underline;
  	font-weight: normal;
  	color: green;
}	
		
A:active {
  	text-decoration: underline;
  	font-weight: normal;
  	color: maroon;
}	
		
A:hover {
  	text-decoration: underline;
  	font-weight: normal;
  	color: red;
}	
		
A.offsite {
  	text-decoration: underline;
  	font-weight: normal;
  	color: red;
}	

*.small {
  font-size: 10pt;
}

.tiny {
  font-size: 8pt;
}

.header {
  	width: 100%;
	border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  	padding-top: 0;
  	padding-left: 0;
  	padding-right: 0;
  	padding-bottom: 0;
	
 }

