
/* Stylesheet for the dynamic forms generated by the .cgi scripts */

body {
    margin: 0;
    padding: 0;
    background-image: url(http://crocolanthus.com/dsss/bg.png);
    background-color: #6B0A0A;
    color: #C5C5C5;
    font-family:trebuchet,sans-serif;
    font-size: 14px;
}


A { 
   color: #C5C5C5; 
   font-family: trebuchet,sans-serif; 
   text-decoration: none;
} 

A:link		{ color: #C5C5C5; } 
A:visited	{ color: #C5C5C5; } 
A:active	{ color: #C5C5C5; } 
A:hover		{ color: #79A94E; }  


table {
    font-family:verdana,sans-serif;
    font-size: 12px;
}

table.layout {
   border: 0px solid black;
}

table:first-child A:link    { color: #4874A3; }
table:first-child A:visited { color: #4874A3; }
table:first-child A:active  { color: #4874A3; }
table:first-child A:hover   { color: #79A94E; }

table.content {
    background: #ffffff;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 15px;
}

td.sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

ul {
    margin-left: 5;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 1px;
}

li {
    margin-left: 12px;
    padding-bottom: 5;
}

font {
    font-size: 12px;
    color: blue;
}

font.instructions {
    font-size: 10px;
    color: red;
}
