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

body{
	background-image:url(img/rimmer-house-preston.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:14px;
	text-align: center;
}

.bluebars{
color:#FFFFFF;
font-family:Arial;
font-size:18px;
text-align: center;
}
.s{
color:#000;
font-family:Arial;
font-size:10px;
text-align: center;
}

h1{
color:#000;
font-family:Arial;
font-size:22px;
text-align: center;
}
h2{
color:#000066;
font-family:Arial;
font-size:16px;
text-align: center;
}
h3{
color:#666666;
font-family:Arial;
font-size:16px;
margin:5px;
text-align:left;

}
h4{
color:#666666;
font-family:Arial;
font-size:16px;
margin:5px;
text-align:center;

}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F00;
}
a:active {
	color: #FFF;
}

