@charset "utf-8";
/* CSS Document */

body {
	background-color: #E5E5E5;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

}

a.style1:visited{
	color:#30854a;
	text-decoration: none
}

a.style1:hover{
	color:#63c581;
	text-decoration: none
}
a.style1:active{
	color:#56c377;
	text-decoration: none
}

a.style2:link{
	color:#434343;
	text-decoration: none
}

a.style2:visited{
	color:#434343;
	text-decoration: none
}

a.style2:hover{
	color:#434343;
	text-decoration: none
}
a.style2:active{
	color:#434343;
	text-decoration: none
}

#under-construction {
	width: 272px;
	height: 134px;
	background-image:url(img/under-construction.png);
	margin-top: 350px;

}

#content {
	width: 550px;
	height: auto;
	text-align: justify;
	margin-top: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
	text-align: center;
}
