body {
	background: White;
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px auto;
	line-height: 1.2em;
}

a, a:visited, a:active {
	color: #CC0066;
	text-decoration: none;
}

a:hover {
	color: #FF0099;
	text-decoration: underline;
}

h1 {
	margin: 27px 0px 27px 0px;
	font-size: 62px;
	color: #990033;
}

h2 {
	font-size: 12px;
	padding-bottom : 15px;
}

#page {
	width: 980px;
	margin-top: 15px;
	margin-left: 0px;
}

#header {
	width: 980px;
	clear: both;
	padding-bottom: 15px;
}

.textpara {
	width: 800;
	border : 1px solid #990033;
	text-align : left;
	background-color : #FFF4FF;
	padding : 8px 8px 8px 8px;
	float : none;
}

.rotatetext {
	font-size : 14px;
	font-weight : bold;
	margin-top : 25px;
	margin-bottom : -2px;
}

.images {
	width: 980px;
	clear: both;
}

.images img {
	margin : 8px 8px 8px 8px;
	border : 1px solid Black;
}

.biglink {
	font-size : 42px;
	font-weight : bold;
	line-height : normal;
	margin-top : -3px;
}

#footer {
	width: 980px;
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 3px;
	margin-top : 15px;
}

#footertable {
	width: 980px;
	clear: both;
	border : 1px solid #990033;
	text-align : left;
	background-color : #FFF4FF;
	padding : 8px 8px 8px 8px;
	font-weight : bold;
	margin-bottom : 22px;
	margin-top : 30px;
}

#footertable a:visited {
	color : #663333;
}