body {
	background:#F5F5EF;
   color: #333333;
   font-size:11px;
}
h1{
	font-weight:normal;
}
h2{
	/*color:#A0BF3D;*/
	font-size:12px;
	padding:10px 0 0 0;
}
a,
a:link, 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color:#A0BF3D; 
}
.backbtn a{
   color:#999999; 
}
