/* alfr.org css */

BODY {
   color: #ffffff;
/*   background-color: #000000; */
   background: #000000;
   font-size: 9pt;
}

A:link    { color: #9999ff; text-decoration: none; }
A:visited { color: #9999ff; text-decoration: none; }
A:hover   { color: #6666cc; text-decoration: underline; }
A:active  { color: #6666ff; text-decoration: underline; }

HR {
   color: #666666;
}

.header {
   color: #ffffff;
   background: #333333;
   text-align: left;
}

.footer {
   color: #ffffff;
   background: #333333;
   text-align: right;
}

.title {
   color: #ffffff;
   background: #555555;
   text-align: left;
}

.center {
   font-size: 9pt;
   text-align: center;
}

.left {
   font-size: 9pt;
   text-align: left;
}

.right {
   font-size: 9pt;
   text-align: right;
}

.menu {
   background: #444444;
   font-size: 9pt;
   text-align: left;
   vertical-align: top;
}

.main {
   background: #333333;
   font-size: 9pt;
   text-align: left;
   vertical-align: top;
}

