*
{
padding:0;
margin:0;
border:0;
}

html,body {
height:100%;
}

html {
color:#333; 
font-family:Verdana, Arial, Tahoma, sans-serif;
font-size:16pt;
font-size:100%;
}

body {
margin:0;
padding:0;
font-size:75%; /* 12px = 1em */
text-align:center;
}

#container {
margin: 0 auto;
padding: 25px;
width: 650px;
text-align: left;
}

a {
color:#666; 
text-decoration:underline;
}

a:hover { 
color:#cc0000;
text-decoration:underline;
}

h1 {
font-size:150%;
line-height:150%;
color:#666;
text-align: center;
}

h2 {
font-size:125%;
line-height:150%;
margin-top: 20px;
color:#666;
text-transform:uppercase;
}

h3 {
font-size:100%;
line-height:150%;
margin-top:25px;
margin-bottom:8px;
text-transform:uppercase;
}

p {
margin: 12px 0;
line-height: 150%;
}

.pink {
color:#ff1377;
}

.purple {
color:#b4038c;
}

.green {
color:#2fba4a;
}

.blue {
color:#108de3;
}

#footer p {
text-align:center;
font-size: 75%;
margin-top: 30px;
}

#footer h4 {
display:none;
}