h1 {
	font-size: x-large;
	color: #FFFFFF;
	background-color: #333333;
	border-top: thin solid #666666;
	border-right: thin none #666666;
	border-bottom: thin none #666666;
	border-left: thin solid #666666;





}
h2 {
	font-weight: bold;
	text-transform: capitalize;
	font-size: medium;
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;





}
body {
	background-color: #CCCCCC;
	margin-right: 5%;
	margin-left: 5%;






}
h3 {
	border-left-width: thin;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	font-size: small;



}
a {
	color: #0033FF;
}
p {
	line-height: 4ex;
}
em {
	font-style: normal;
	font-weight: bold;
}
li {
	line-height: 3ex;
}
