





html, body{
background-color: #ffffcc; 
margin-bottom: 30px;
margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;

	}

a:link{
	text-decoration: none;
	color: blue ;
	}

a:visited{
	text-decoration: none;
	color: #0099FF;
	}

a:hover{
	color: red;
	text-decoration: none;
	font-weight: bold;
	}



p{

	text-align: justify;
	font-size: 12pt;
	text-indent: 9px;
        }
				