body {
	margin: 0px;
	padding: 0px;
	color: #00177a;
	background: #fefffa;
	font-family: Arial;
	font-size: 12px; 
	background-image: url('../images/bg4.jpg');
	background-repeat: repeat;
}

#header {
	width: 700px;
	border: 0px solid #000000;
	background: fefffa;
}


#content {
	padding: 5px;
	text-align: left;
	width: 700px;
	border: 0px solid #000000;
	display: table;
	background: #fefffa;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

img {
	border: 0px;

}

a {
	text-decoration: none;
	border: 0px;
}
a:hover {

	color: #ff0205;
	text-decoration: none;
	border: 0px;
}



