body {
margin-top:-10px;
}

p {
font-family:"Arial, Helvetica, sans-serif";
font-size:0.9em;
color: #ffffff;
}

form {
font-family: "Arial, Helvetica, sans-serif";
font-size:0.9em;
color: #000000;
}

 /* unvisited link */
a:link {
color:#ffffff;
text-decoration:none;
}

/* visited link */
a:visited {
color:#ffffff;
text-decoration:none;
}

/* mouse over link */
a:hover {
color:#3dc2a3;
text-decoration:underline;
}

/* selected link */
a:active {
color:#3dc2a3;
text-decoration:underline;
}