
/* ------------- UNIVERSAL ------------- */

* {margin:0; padding:0; }

html,body {
font-family: "Open Sans", Helvetica, sans-serif;
font-size: 14px;
color: #333333;
line-height: 25px;
text-align:center;
background-color: #ffffff;
background-repeat:no-repeat;
background-position: center top;
}

a {
color:#ffffff;
text-decoration:none;
}

a:hover {
color:#ffcc00;
text-decoration:underline;
}

h1 {
font-size: 36px;
color: #000000;
font-weight: 700;
line-height: normal;
padding-bottom: 30px;
}

h2 {
font-size: 18px;
color: #ffffff;
line-height: normal;
padding-bottom: 20px;
}

h3 {
font-size: 14px;
color: #ffffff;
line-height: normal;
line-weight: normal;
}

p {
font-size: 18px;
color: #333333;
line-height: 25px;
margin-bottom: 10px;
}

img {border:0;}

.floatleft {float:left; display:inline;}
.floatright {float:right; display:inline;}
