/* The Grand Equaliser Rule */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form {
	margin: 0;
	padding: 0;
	border: 0;
}
/* define html elements */
body {
	background-color: #E4E4C6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* define html font styles */
h1, h2, h3 { 
	font-weight: bold; 
	margin-bottom: 4px; 
	display: block; 
}
h1 {
	font-size:130%;
	color: #32BBEC;
}
h2 {
	font-size:100%;
	color: #32BBEC;
}
h3 {
	font-size:90%;
	color: #32BBEC;
}
p, legend, label {
	color: #666666;
	font-size: 80%;
}
img {
	display: block;
	border: none;
}