body {
	color:#000000;
	background-color:#B3B3B3;
	margin:0;
}

a:link {
	text-decoration: none; 
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {	
	text-decoration: none;
	color: #555555;
}


.header {
	background-image: url(images/RedHorizontal.jpg);
	background-color: #790000;
	background-repeat: repeat-y;
	background-position: left;
	font-family: rockwell;
	font-size:  18px;
	font-weight: bold;
	color: #ffffff;
}

.side {
	background-image: url(images/RedVertical.jpg);
	background-color: #790000;
	background-repeat: repeat-x;
	background-position: top;
}

.sidetext {
	font-family: rockwell;
	font-size: 20px;
	font-weight: bold;
	color: #999999
}

.footer {
	background-color: #141c55;
	font-family: rockwell;
	font-size: 16px;
	color: white
	
}

h1 {
	font-family: rockwell extra bold;
	color: #333333
}

p {
	font-family: arial;
	font-size: 16px;
	color: black
}