@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	background: #3d4d24 url(../images/background.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

h1 , .h1{
	font-size: 14px;
	color: #b48f1a;
}

a.h1a:link, a.h1a:visited{
	font-size: 14px;
	color: #D1CF7C;
	text-decoration:underline;
	font-weight:bold;
}

a.h1a:hover{
	font-size: 14px;
	color: #D1CF7C;
	text-decoration:none;
}

:focus {outline: 0;}