
body {font-size: 79%; font-family: Tahoma;
	color: black;}
	
td {font-size: 79%; font-family: Tahoma;
	color: black;}
	
h1 {font-size: 150%; font-family: Arial;
	color: black;}
h2 {font-size: 120%; font-family: Arial;
	color: black;}
	
a:link    { color: black }    /* unvisited links */
a:visited { color: blue }   /* visited links   */
a:hover   { color: gray;font-style: italic; } /* user hovers     */
a:active  { color: lime }   /* active links    */

#area1 {float: left;width:1%;}
#area2 {float:left; width: 15%;}
#area3 {float:left; width: 83%;}
#area4 {float: right; width: 1%;}

#menu {
	float:left;
	width: 15%;}
#restofit{
	float:right;
	width: 85%;}
#address{clear:both; float:right; color: gray; text-align:center;}

span.address{ color:gray;}