body {
	margin: 5;
	padding: 0;
}

/************** link tags *******************/

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #c67Fdd
}
a:active {
	color: #000000;
	text-decoration: none;
}


/****************** text tags ********************/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	vertical-align: text-top; 
	text-align: justify;
}

h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #6c2dc7;
        font-weight: bold;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 14px;
        margin-right: 15px;
        margin-left: 0px;
}


