body {
	font: 11px Georgia, Arial; /* make the font look a little nicer than default times new roman */
	text-align: center; /* center the layout in IE 5 */
	background: #FFFF00;
}

#container {
	width: 592px; /* the width of our centered column */
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	text-align: justify; /* put the text back where it should be */
}

A 
{text-decoration:none;
 color: 	#4E8975;
 font-weight:none;
 cursor:hand;}

A:hover
{text-decoration:none;
 color: 	#736F6E;
 font-weight:none;
 cursor:hand;}

.title{
font-size: 13px;
letter-spacing: 0px; 
font-weight: bold;
font-style: none;
text-transform: uppercase;
line-height: 10px;
text-align: left;
margin-bottom: 2px; }


