a:link {
   color: #ffc000;
}
a:visited {
   color: #ff0000;
}
a:hover {
   color: #a0a0a0;
   background: #0000ff;
}
table {
   font-size: 10pt;
   font-family: "Courier New", monospace;
   background: #205000;
   color: #00e0e0;
}
pre {
   font-size: 10pt;
   font-family: "Courier New", monospace;
   color: #00c0c0;
}
body {
   color: #00c0c0;
   background: #000000;
   font-family: Arial, sans-serif;
   font-size: 12pt;
}
H1,H2,H3,H4 {
font-family: Arial, sans-serif;
}
H1 {
   background: #400080;
   font-size: 32pt;
   font-weight: 800;
   text-align: center;
}
H2 {
   font-size: 28pt;
   font-weight: 200;
   text-decoration: underline;
}
H3 {
   font-size: 24pt;
   font-weight: 300;
   font-style: italic;
}
H4 {
   font-size: 20pt;
   font-weight: 300;
   color: #6060ff;
}
P.generaldesign {
}