a:link {
   color: #ffc000;
}
a:visited {
   color: #ff0000;
}
a:hover {
   color: #a0a0a0;
   background: #0000ff;
}
table {
   font-size: 10pt;
   font-family: "Courier New", monospace;
   background: #000000;
   color: #00e0e0;
}
pre {
   font-size: 10pt;
   font-family: "Courier New", monospace;
   color: #00c0c0;
}
body {
   color: #00c0c0;
   background: #000000;
   font-family: Arial, Tahoma, sans-serif;
   font-size: 12pt;
}
H1,H2,H3,H6 {
font-family: Arial, sans-serif;
}
H1 {
   background-color: #0000A0;
   font-size: 32pt;
   font-weight: 700;
   text-align: center;
}
H2 {
   background-color: #000060;
   font-size: 24pt;
   font-weight: 700;
   text-align: center;
}
H3 {
   background-color: #000040;
   font-size: 18pt;
   font-weight: 400;
   text-align: center;
}
H4 {
   background-color: #000030;
   font-size: 14pt;
   font-weight: 400;
   text-align: center;
}
H5 {
   background-color: #000020;
   font-size: 12pt;
   font-weight: 400;
   text-align: center;
}
H6 {
   font-size: 20pt;
   font-weight: 400;
   color: #6060ff;
}
select, input, textarea {
   font-family: Arial, Tahoma, sans-serif;
   font-size: 12pt;
   color: #c0c0c0;
   background-color: #200060;
}
P.generaldesign {
}