/* red text */
body {
	background-color:#C85837;
	color:#333333;
}

p {
	font-family:verdana;
	font-size:10pt;
	text-align:center;
	line-height:20pt;
}

/* orange text 8pt for links */
a:link {
	color:#502116;
	font-size:8pt;
	font-family:verdana;
	line-height:12pt;
	text-decoration:underline;
}
a:visited {
	color:#502116;
	font-size:8pt;
	font-family:verdana;
	line-height:12pt;
}
a:active {
	color:#502116;
	font-size:8pt;
	font-family:verdana;
	text-decoration:underline;
}
a:hover {
	color:#853825;
	font-size:8pt;
	text-decoration:underline;
	font-family:verdana;
}