td {
 background-color: #FF80C0;
 padding-left: 6
}
a {
 color: #008000;
 text-decoration: none;
}
a:hover {
 color: #004080;
 text-decoration: underline;
}
p {
 font-family: Arial, Times New Roman;
 font-size: 12pt;
 font-weight: normal;
 color: #0000FF;
 background-color: #FF80C0;
}
body {
 background-color: #FF80C0;
}
p#title {
 font-family: Courier New, Courier, mono;
 font-size: 16pt;
 font-weight: bold;
 color: #0000FF;
 text-align: center;
}