body {
    color:gray;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.4em;
    background-color: #F5F5F5;
}

h1 {
	color: #4D4D4D;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	text-align:center;
}

h2 {
    font-family: Georgia, serif;
    text-align:center;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.7em;
    color:#246DB5;
}

h3 {
    color:black;
    margin-top:20px;
}

em {
    font-style:none;
    font-weight:bold;
}

a:link,a:visited,a:active {
    padding:5px;
    text-decoration:none;
    font-size:16px;
}

a:hover{
    color:white;
    background-color:#246DB5;
}

.content {
    text-align:left;
}

.content {
    background-color:white;
    width:400px;
    padding:20px;
    border:1px solid #CFCFCF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.messages {
    color:#246DB5;
}
