body
 {
	margin: 0px;
	padding: 0px;
	color:black;
	background-color:#F8DFC0;
 }

.dark
 {
	 background-color:#E0AF6F;
 }

h1, h2, strong
 {
	margin: 15px, 0px, 0px, 0px;
	font:14px/16px Times;
	font-weight:bold;
	letter-spacing:2px;
 }

td, p
 {
	font:13px/19px Times;
	font-style:normal;
	font-weight:normal;
	letter-spacing:1px;
 }

a:link, a:active, a:visited
 {
	text-decoration:none;
	color:#EE8E0F;
 }

a:hover
 {
	text-decoration:underline;
 }

img, table
 {
	border:0px;
 }

a.orange, a.orange:visited, .orange
 {
	color:#EE8E0F;
 }

small
 {
	font:12px/14px Times;
 }

b	{font:12px/12px Arial;
	font-weight: bold;}

i	{font-style: italic;}

li	{ list-style-image: url(bullet.gif) }
