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



A:link { color: #000; text-decoration: none; }
A:visited { color: #000; text-decoration: none; }
A:active { color: #000; text-decoration: none; }
A:hover { text-decoration: none; color: #e5b516;}


body {

margin: 0px;
padding: 0px;
background-color: #fff;
font-family: Century Gothic;

}

h1 {

padding-top: 0px;
margin-top: 0px;
font-size: 20px;
font-weight: bold;

}

p {

font-size: 13px;
line-height: 18px;
text-align: justify;

}