/* Cascade Style Sheet for House Checkers Web Site */

body         { 
	
	/*background-image:url('images/houseoval1.jpg'); */
	background-attachment:scroll; 
	background-repeat:no-repeat;
	text-align: center
}
td.caption {
	text-align: center;
	font-family: comic sans;
	font-size: 10pt; 
	color: #336600; 
	font-weight: bold
}
td.uplabel {
	text-align: center;
	/* border-top: thin solid #336600; */
	/* border-left: thin solid #336600; */
	border-bottom: medium solid #336600;
	border-right:medium solid #336600;
	/* background-color:white */
}

td.onbutton {
	text-align: center;
	border-top: thin solid #336600; 
	border-left: thin solid #336600; 
	border-bottom: medium solid #336600;
	border-right:medium solid #336600;
	background-color:white
}

td.offbutton {
	/* font-family:arial, helvetica, sans-serif; 
	font-weight:bolder; font-size:14px; 
	color:#336600; 
	text-align: center */
	text-align: center;
	border-top: thin solid #336600; 
	border-left: thin solid #336600; 
	border-bottom: medium solid #336600;
	border-right:medium solid #336600;
	background-color:white

}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #336600;
	font-size: 14px;
	font-weight: bolder; 
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cc9900;
	font-weight: bolder;
	font-size: 14px;
}

a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}