﻿body { color: black; background-color: white; }

p {
	color: #3A4462;
	font-size: 16px;
	font-family: "News Gothic Std";
	font-weight: normal;
	text-align: left;
	margin: 10px;
}

td {}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }

#pageframe  /* This is the outer container for the main page frame */ {
background:#D8C9B7 none repeat scroll 0%;
border:10px solid #736257;
margin:15px auto;
padding:0px;
position:relative;
text-align:left;
width:736px;
}
h1 { color: #3a4462; font-size: 16px; font-family: "News Gothic Std"; font-weight: bold; font-style: oblique; text-align: left; margin: 10px; }