body {
 color: #FFFF00;
 background-color: #000000;
 background-image: none;
 font-family: Arial, sans-serif;
 font-size: 12pt;
 font-weight: normal;
}
p {
 font-family: Arial, sans-serif;
 font-size: 17pt;
 line-height: 125%;
 text-align: center;
}
p.middle {
 font-family: "Arial Rounded MT Bold", Arial, sans-serif;
 font-size: 17pt;
 line-height: 125%;
 text-align: center;
}
p.right {
 font-family: Arial, sans-serif;
 font-size: 14pt;
 line-height: 125%;
 text-align: center;
}

a {
 font-family: Arial, sans-serif;
 font-size: 13pt;
 line-height: 125%;
 text-align: center;
 text-decoration: none
}
a:link {
 color: blue;
}
a:active {
 color: yellow;
}
a:visited {
 color: green;
}
a:hover {
 color: red;
 text-decoration: underline;
}

