@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */

Body,P,PLAINTEXT,pre,p { color: #fffafa; 
background-color: #3374EB; 
font-family: helvetica, sans-serif; 
margin-bottom: 0em; }
ul { color: #fffafa; font-family: helvetica, sans-serif; }
li { color: #fffafa; font-family: helvetica, sans-serif; }

a { font-family: Helvetica, sans-serif; }
a:link { color: #fffafa; }
a:visited { color: #fffafa; }
a:hover { color: silver; }
a:active { color: #fffafa; }

h1 { font-family: Helvetica; font-size: 1.6em; font-weight: normal; }
h2 { font-family: Helvetica; font-size: 1.5em; text-decoration: underline; }
h3 { font-family: Helvetica; font-size: 1em; margin-bottom: 0em; }
h4 { font-family: Helvetica; font-size: 2em; }

hr { color: #ffffff; }
td { backgound-color: MediumSlateBlue; color: #fffafa; }

.center { text-align: center; }
.right { text-align: right; }
.topright { text-align: right; vertical-align: top; }
.norightmargin { margin-right: 0em; }
.black { color: #000000; }
