@charset "utf-8";

/* -- MAIN LAYOUT --*/
/* =============================================================================== */
/* =============================================================================== */
body{background:#ffffff;font-family: "Droid Sans",Arial,sans-serif;width: 100%;margin:0;padding:0;}
p{color:#000}
h1{font-size:24px;font-weight: bold;font-style: italic;color:#2a5688;text-transform: capitalize;}
h2{color:#2a5688;font-style: italic;text-transform: uppercase;font-size: 18px;font-weight: bold;}
h4{color:#000;font-size: 16px;border-top: 1px solid #000;padding-top: 20px;}

#wrapper { width:50%; position: relative; text-align: center;margin: auto;}




/* LINKS =============================================================================  */
a {color : #004b8d; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } a:visited { color : #238be9; }
a:focus {color : rgb(0,0,0); }
a:hover, a:active { color : #0070d6;}

@media only screen and (max-width: 480px) {
#wrapper {width:100%;}

}
