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



/*Main Content*/

#maincontentwrapper {
    background-color:#1F1F1F;
    overflow:hidden;
}

#maincontent {
    width:1200px;
    margin-top: 80px;
    margin-bottom: 80px;
	margin-right:auto;
	margin-left:auto;
    text-align:center;
    overflow:visible;
}

#maincontent h2 {
    text-align:center;
	font-size: 48px;
    color: #fff;
    margin-top: 150px;
    margin-bottom: 150px;
    
    
}

#maincontent p {
    font-size:18px;
    color: #fff;
    font-weight:bold;
    text-align: justify;
    margin-top: 50px;
}

#maincontent a {
	color:#199CCF;
    transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#maincontent a:hover {
    color:#106789;
}

#maincontent a:visited {
    color:#199ccf;
}

