body {
 font-family: Verdana;
 font-size: large;
 font-weight: bold;
 font-style: italic;
 text-align: center;
 color: #0000BF;
 background: ivory;
}
p {
 font-family: Verdana;
 font-size: small;
}
table {
 font-family: Verdana;
 font-size: small;
}
h1 {
 font-family: Verdana;
 font-size: x-large;
 font-weight: bold;
 text-align: center;
 color: #DF0000;
}
h2 {
 font-family: Verdana;
 font-size: large;
 font-weight: bold;
 color: #E0FF00;
}
a:link {
 font-family: Verdana;
 font-size: small;
 color: red;
}
a:visited {
 font-family: Verdana;
 font-size: small;
 color: red;
}
