/* CSS basics for not so hot browsers */
/*Big thanks for Mr Hicks @ hicks design for this tip*/
body {
	background-color: #000;
	margin: 0;
	padding: 40px 10% 10% 10%;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	color: #eee;
	font-size: 0.75em;
	text-align: center;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	font-style:italic;
}

h4 {
	font-size: 3em;
}

h4 span {
	font-size: 1.2em;
	font-weight: bold;

}

a {
	color: #827e77;
}

a:hover {
	background: #827e77;
	color: #000;
}


ul {
	text-align: left;
}