/* CSS Styles for WHFurniture.com.au */

body {
	background: #ececec;
	padding: 0;
	margin-top: 10px;
}

.main {
border: 1px solid black;
background-color:#FFFFFF;
}

.bodytext {
	line-height:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#000;
	text-align: left;
}

.bodytext-red {
	line-height:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/*color:#F00;*/
	color:#DC3528;
}

.bodytext-blue {
	line-height:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/*color:#0000ff;*/
	/*color:#2B1AE1;*/
	/*color:#1B25FF;*/
	color:#0F47C3;
}

.footer {
	line-height:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#000;
	text-align: left;
}

h1 {
	line-height:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000;
	text-align: center;
	}
	
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0276ca;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

