h1{
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom:10px;
	color: #004f74;
	line-height: 1.1;
}
h2{
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom:5px;
	color: #004f74;
}
h3{
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom:5px;
	color: #004f74;
}
h4{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom:5px;
	color: #004f74;
}
h5{
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom:5px;
	color: #004f74;
}
h6{
	font-size: 1em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom:5px;
	color: #004f74;
}
p{
	margin-bottom: 5px;
}
a{
	color: #004f74;
	text-decoration: none;
}
ul{
	
}
li{
	list-style-type: none;
}
.right{
	float: right;
	margin-left: 10px;
	max-width: 300px;
}
.left{
	float: left;
	margin-right: 10px;
	max-width: 300px;
}
.content ul{
	margin-left: 20px;
}
.content ul li{
	list-style-type: disc;
}
