html {
	height:100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	background-color:#ccc;
}

img { border: 0; }

p {	font-size: 12px; }

h1, h2, h3, h4 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 30px; float:left; }
h2 { font-size: 20px; color:#000000 }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

em {
	font-style: italic;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#FFFF00;
	font-weight: bold;
	text-decoration: none;
}

