ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, HTML, MENU, OL, OPTION, P, PRE, TABLE, TD, TH, TR, UL {color: black}

BODY {background: #9cf}

H1, H2, H3, H4, H5, H6 {color: #00c}

.houseButton {

	font-weight:	bold;
	font-size:		x-small;
	text-align:		center;
	margin-right:	20px;
	margin-left:	10px;
	margin-top:		10px;
	margin-bottom:	10px;
	width:		95px;
}

.houseButton a {

	background-color:	#b5c9e2;
	
	border-top:			2px #cce3ff solid;
	border-left:			2px #cce3ff solid;
	border-bottom:		2px #31557f solid;
	border-right:		2px #31557f solid;
	
	color:				black;
	padding:			8px;
	text-decoration:	none;
	width:				98%;
	display:			block;
}

.houseButton a:active {

	background-color:	#99aabf;
	border-top:			2px #31557f solid;
	border-left:			2px #31557f solid;
	border-bottom:		2px #cce3ff solid;
	border-right:		2px #cce3ff solid;
}
.houseButton a:hover {

	color: lightyellow;
}

