body{
	background: #003333;
	color: #ffffff;
	margin: 0% 12%;
}

h1{
	background: #003333;
	color: #ffffff;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin: 5% 0% 0% 0%;
}

h2{
	background: #003333;
	color: #ffffff;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	margin: 10% -5% 3% -5%;
}

h3{
	background: #003333;
	color: #ffffff;
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	margin: 3% -3% 1% -3%;
}

p{
	background: #003333;
	color: #ffffff;
	font-size: 88%;
	line-height: 165%;
	text-align: left;
	margin-top: 0%;
	margin-bottom: 0%;
}

div{
	background: #003333;
	color: #ffffff;
	line-height: 150%;
	text-align: center;
}

span{
	background: #003333;
	color: #ffffff;
}

.normal{
	font-size: 90%;
}

.large{
	font-size: 130%;
	font-weight: bold;
}

.small{
	font-size: 75%;
}

img{
	border-style: none;
}

.left{
	float: left;
}

.right{
	float: right;
}

a:link,a:visited,a:active{
	background: #003333;
	color: #ffffff;
}