@charset "UTF-8";
/* CSS Document */

a, a:link, a:visited {
		color: #e7e0d8;
		text-decoration: underline;
		}
	
a:hover {
		color: #ffffff;
		text-decoration: underline;
                }

.main {

color: #e7e0d8;
	line-height: 22px;
	font-size: 16px;
	font-family: Georgia, Times, Serif;
	padding-left: 27px;
	padding-top: 20px;
	text-align: justify;

}