* {
	margin: 0;
	padding: 0;
}

body {
	font: Arial, Helvetica, sans-serif;
	background: #284455;
	color: #FFF;
	
}
/*html {
	height: 100%;
	overflow: hidden;
}*/
content {
	height: 700px;
}

h1 {
	font-size: 16px;
	padding-bottom: 10px;
	color: #FFF;
}
h2 {
	font-size: 14px;
	padding-bottom: 5px;
	color:#9FF;
}
h3 {
	font-size: 12px;
	padding-bottom: 5px;
	color:#9FF;
}
h4 {
	font-size: 11px;
	color:#9FF;
}

p {
	font-size: 10px;
	padding-bottom: 5px;
}

ul {
	font-size: 10px;
	padding: 0 0 20px 20px;
}
a {
	color:#9FF;
}