body  {
	font-family: "Myriad Pro";
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}

div { 
border-color: black; 
border: solid 2px; 
width: 850px; 
padding-left:50px;
padding-right:50px;
padding-bottom:50px;
}


a {
	font-weight: bold;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: green;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #D6A477;
}

style12 
{
color: #990000;
font-style:
italic;
font-weight:
bold;
font-family: "Myriad Pro";
}


h3 {
	font-size: 1.5em;
	font-family: "Myriad Pro";
	color: #330000;
	font-weight: bold;
	margin-bottom:0px; 
	}
	



