body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(/images/grey-bg.jpg) center top repeat-x #000000;
	margin-top: 0px;
	color: #FFFFFF;
	
	}
	
a:link {
	color: #A3A3A3;
	text-decoration: underline;
}
a:visited {
	color: #A7A7A7;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}

.text20red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;

	} 