body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 14px;
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
 margin-left: 20%;
 margin-right: 20%;
 padding: 0;
 color: #ffffff;
 background-color: #2C458E;
}
h1 {
 font-family: "Trebuchet MS";
 font-size: 24px;
 line-height: 26px;
 color: #ffffff;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
}
a:link, a:visited {
 color: #ffdddd;
 text-decoration: underline;
}
a:hover, a:active {
 color: #ccffcc;
 text-decoration: underline;
}