/* CSS Document */

body {
	background-color: #996633;
	color:#fe7e00;
}
#content {
	background-color: #555555;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	font-size: 16px;
	font-family: Monotype Corsiva;
	color: #fe7e00;
}
.style1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
}
a:link 	{ color: #000000; text-decoration: none; }
a:visited 	{ color: #000000; text-decoration: none; }
a:active 	{ color: #000000; text-decoration: none; }
a:hover 	{ color: #000000; text-decoration: none; }

a.lk_orange:link 	{ color: #fe7e00; text-decoration: none; }
a.lk_orange:visited { color: #fe7e00; text-decoration: none; }
a.lk_orange:active 	{ color: #fe7e00; text-decoration: none; }
a.lk_orange:hover 	{ color: #fe7e00; text-decoration: underline; }
