BODY {
	background-image : url(images/background.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : left;
	background-color : White;
}

H1, H2, H3, H4, H5, H6, I, INPUT, LI, OL, P, TD, A, B {
	font-family : Arial, Helvetica, sans-serif;
}

I, INPUT, LI, OL, P, TD, A, B {
    font-size : 12px;	
}	

A {
	color : Red;
}


A:hover {
	color: #FF9999;
}
