@charset "utf-8";
/* CSS Document */

body{
	margin: 5px;
}

h1{
	margin: 0;
	color: #333333;
	font-size: 18px;
	line-height: 26px;
	padding-right: 5px;
	text-transform: capitalize;
	border-bottom: #333333 1px solid;
	text-align: right;
	margin-top: 25px;
	margin-bottom: 25px;
}

h2{
	margin: 0;
	background-color: #339999;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	padding-left: 5px;
	text-transform: uppercase;
}

div{
	line-height: 16px;
}

p{
	line-height: 16px;
	text-align: justify;
}

li{
	list-style: circle;
	padding-bottom: 20px;
	line-height: 18px;
}