BODY {
	margin: 0px;
	background-color: #F3F6F8;
	background-image: url(images/siteBG.jpg);
	background-repeat: repeat-x;
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #475db4;
	font-weight: normal;
	line-height: 18px;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #212121;
	background-color: #FAF8F6;
	padding-left: 10px;
	padding-right: 10px;
}

A {
	color: #475DB4;
	text-decoration: underline;
}
A:active {
	color: #475DB4;
	text-decoration: underline;
}
A:hover {
	color: #475DB4;
	text-decoration: none;
}
A:visited {
	color: #475DB4;
	text-decoration: underline;
}
.malfunction {
	color: red;
}