p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: smaller
}

body { 	font-family: Tahoma, Verdana, sans-serif;
	font-size: smaller;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
}	
	
li {	font-family: Tahoma, Verdana, sans-serif;
	font-size: smaller
}

.caption {
	font-family: Tahoma, Verdana, sans-serif;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-size: smaller;
}
.hilite {
	font-size: 100%;
	font-weight: bold;
}

.footer {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 80%
}



h1 {font-family: Tahoma, Verdana, sans-serif;
}


A {text-decoration: none}
#- the above line turns of underlining under hrefs -
A:link {font: bold; color: #000000; background: #ffffff}
A:visited {font: bold; color: #000000; background: #ffffff}
A:active {font: bold; color: #000000 ; background: #ffffcc}
A:hover {font: bold; text-decoration: color:#000000 ; background: #ffffcc}
