 .little {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 10px;
   }

a {
	font-weight: bold;
	color: #6F6F37;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #990000;
}

a.menu {
	font-family : "Arial, Helvetica, sans-serif";
   	font-size: 10px;
	font-weight: bold;
	color: #8D6800;
	text-decoration: none;
}

a.menu:hover{
	font-family : "Arial, Helvetica, sans-serif";
   	font-size: 10px;
	font-weight: bold;
	color: #8D6800;
	text-decoration: underline;
}

h1 {
	color:#000000;
	/* adjust the color of the font here */
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	/* adjust this for larger or smaller type */
	font-weight:bold;
	margin-bottom : -13px; /* comment this line if you don't need to adjust text gap below the headline */
	margin-top : 15px;  /* un-comment this line if you don't need to adjust text gap above the headline */
}

h2 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	/* line-height : 1.25em;  adjust this if the headline is 2 lines */
	margin-bottom : -13px; /* comment this line if you don't need to adjust text gap below the headline */
	margin-top : 1px;  /* un-comment this line if you don't need to adjust text gap above the headline */
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 50px;
	/*margin-left: 10px;  */
	}

a:hover {
	text-decoration: underline;
}
