p{
    text-align: justify;
	font-size: 16px;
}

html,body{
    font-size: 13px;
    color: #333333;
}

a{
    text-decoration: none;
	color: #198690;
}

a:hover{
	color: #000000;
	text-decoration: underline;
 
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 10px;
	color: #198690;
}

ol, ul {
	padding-left: 0;
	margin-left: 0;
}

li {
	margin-left: 18px;
}

