body {
	margin: 0px 20px 0px 112px;
	padding: 0;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	background-image: url(../images/gridbody.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top left;
	background-attachment: fixed;
	font-size: 9px;

	color: #ffffff;
	
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 23px;
}



p, ul, ol {
	margin: 0 0 0 0;
	text-align: left;
	line-height: 15px;
	font-size: 13px;
}

 A:link, A:visited {
	text-decoration: none;
	color : #ffffff;
	font-style : normal;
	font-size: 11px;
}
 A:HOVER {
	text-decoration : none;
	color : #FF0000;
	font-style : normal;
	font-size: 11px;
}
 A:ACTIVE {
	text-decoration : none;
	color :#000000;
	font-style : normal;
	font-size: 11px;	
}
