BODY {
	background-repeat: repeat-y;
	background-color: #1E110E;
	font-family: Verdana;
	font-style: normal;
	color: #B4A884;
	font-weight:700;
	font-size: medium;
}

	A 	{ color: #999966; text-decoration: none; font-weight:bold; } 
	A:link { color: #999966; text-decoration: none; } 
	A:visited	{ color: #999966; text-decoration: none; } 
	A:active	{ color: #99CC66;  } 
	A:hover		{ color: #99CC66;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		color: #FFCC33;
	}

