/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/


h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #96BF55;
	font-size: 20px;
	margin: 5px 0 5px 0;
	text-align: left;
}

h6 {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	margin: 5px 0 0 0;
}

.hidden {
	display : none;
}

#container {
	margin: auto
	width: 700px;
}

a,
a:link,
a:visited {
	color: #FFCC00;
}1

	