img {
border: 0;
}
body {
font-family: arial,helvetica,sans-serif;
background-color: #99CE79;
}
h1 {
font-size: 18px;
font-weight: bold;
padding-bottom: 18px;
color: orange;
text-align: center;
}
h2 {
font-size: 14px;
font-weight: bold;
color: #242A5A;
}
.container {
margin-right: auto;
margin-left: auto;
width: 755px;
background-color: #fff;
padding-left: 40px;
padding-right: 40px;
padding-top: 25px;
padding-bottom: 25px;
border: 1px solid #242A5A;
}
.innercontainer {
padding-left: 200px;	
}
a:link {
color: #666666;
font-size: 12px;
text-decoration: none;
}
a:visited {
color: #666666;
font-size: 12px;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #99CE79;
}
p {
color: #242A5A;
font-size: 12px;	
}
.normaltext {
color: #242A5A;
font-size: 12px;	
}