
<!-- Stylesheet for the dynamic forms generated by the .cgi scripts -->

body {
    margin: 0;
    padding: 0;
    background: black;
    color: blue;
    font-family:,verdana,arial,helvetica,sans-serif;
    font-size: x-small;
}

 H2 {
     font-family: blackchancery;
     font-size: 28pt;
}

A { 
   color: #4E7BD6; 
   font-family: verdana,arial,helvetica,sans-serif; 
   text-decoration: none; 
} 

A:link		{ color: #4E7BD6; } 
A:visited	{ color: #4E7BD6; } 
A:active	{ color: #4E7BD6; } 
A:hover		{ color: #CA6122; } 


table {
    font-family:verdana,arial,helvetica,sans-serif;
    font-size: x-small;
}

table.layout {
   border: 0px solid black;
}

table.content {
    background: white;
    color: blue;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 0px;
}

td.sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 15px;
    margin: 0px;
}

ul {
    margin-left: 0;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 1px;
}

li {
    margin-left: 12px;
    padding-bottom: 5;
}

font {
    font-size: xx-small;
    color: blue;
}

font.instructions {
    font-size: xx-small;
    color: red;
}
