/* Green A1BB8B */
/* dark brown D6A252 
   light brown A23907 */

body {background-color:#DF9D14;
	margin-top:5px;
}
.pagewidth { width:760px;}  /*width of encompasing table and toolbar for everything */
.menuwidth { width:130px; }   /* width of each menu table cell (submenu */
.homewidth { width:55px; }    /* home link width */
a.t1 {
    padding: 1px 5px 1px 5px; /* top right bottom left */
	display: block;
	border:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	width:75px;
}
a.t1:link, a.t1:visited, a.t1:active { 
background-color:#F8CF86;
color:#000000; 
text-decoration: none;
}

a.t1:hover {  text-decoration: none;
    background-color:#858FC3; 
	color:#ffffff;
}
 