@charset "UTF-8";
/* CSS Document */

body
{ 
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	color: #CCCC99;
background-image: url('images/house_bg.jpg');
background-repeat: no-repeat;
background-color: black;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

A:link {text-decoration: none; color: #CC0000;}
A:visited {text-decoration: none; color: #CC0000;}
A:active {text-decoration: none; color: #CC0000;}
A:hover {text-decoration: underline; color: #CC0000;}

.Text {
font-size: 11px;
	color: #CCCC99;
	line-height: 18px;
	}

.redText {
font-size: 11px;
	color: #CC0000;
	}