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

iframe {width:100%;height:100%;border:none}

body, p
{
        font-size: 14px;
        color:#000000;
        text-align:justify;
		font-family: Verdana, Geneva, sans-serif;
}

body {	
	margin: 0 auto;
	width: 800px;
	}

a
{
        font-size:14px;
        color:#0F4881;
        text-decoration: none;
}

a:active
{
color:#000000;
}

a:hover
{
color:#1795D2;
}

h3 {
color:#0F4881;
font-size: 18px;
/*text-decoration: underline; */
padding-bottom: 10px;
}

.body {
width: 50%;
position: fixed;
top: 100px;
bottom: 100px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;

}


.header {
margin-top: 20px;
margin-bottom: 20px;
}

.header a {
font-size: 14px;
}

.footer {
color: #404042;
padding-top: 25px;
text-align: center;
}