
html {
       background-color: 4d0101;
       color: eebb88;
     }

table {
        background-color: 282828;
      }

.toolbar {
           !width:250px;
           !height:180px;
           background-image: url("images/circuit-tb.png");
           background-repeat: no-repeat;
           background-attachment: fixed;
           background-position: left top;
           background-size: 190px 800px;
           !border: 1px solid black;
         }

.guide {
           !width:250px;
           !height:180px;
           !background-image: url("images/wave4b2.gif");
           background-repeat: repeat;
           background-attachment: fixed;
           background-position: left top;
           background-size: 90px 65px;
           !border: 1px solid black;
       }

.main {
           !width:250px;
           !height:180px;
           !background-image: url("images/arrl2.png");
           background-repeat: no-repeat;
           background-attachment: fixed;
           background-position: left top;
           !background-size: 1004px 704px;
           background-size: 100%;
           !border: 1px solid black;
      }

.arrl {
           !width:250px;
           !height:180px;
           !background-image: url("images/arrl2.png");
           background-image: url("images/arrl-b.gif");
           background-repeat: no-repeat;
           background-attachment: fixed;
           background-position: left top;
           !background-size: 1004px 704px;
           background-size: 100%;
           !border: 1px solid black;
      }

.ruled_paper {
               background-image: url("images/ruled_paper2.jpg");
               background-repeat: repeat;
               !background-attachment: fixed;
               !background-position: 90px 23%;
               border: 3px solid black;
               font-family: Arial, Helvetica, sans-serif;
               font-size: 20pt;
             }

/* unvisited link */
a:link {
         color: eeeebb;
         text-decoration:none;
       }

/* visited link */
a:visited {
            color: aaaa88;
          }

/* mouse over link */
a:hover {
          !background: #ffffff;
          color: hotpink;
        }

/* selected link */
a:active {
           color: eedd99
         }