
body{
	background-color:#fff;
	color:#555;
	
	font-size:0.9em;
}

a {
	background-color:#c8fffe;
	background-color:#e1eea8;
	background-color:#ffdf60;
	color:#555;
	text-decoration:none;
	padding:2px;
}
p{
}
#heading{
	background-image:url("../images/header.png");
	background-repeat:no-repeat;
	height:100px;
	overflow:hidden;
	text-indent:-1000px;
}

