
/* Stylesheet for the comment pages */

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,arial,helvetica,sans-serif;
    font-size: 12px;
}

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.layout {
   border: 0px solid black;
}

table.content {
    background: #ffffff;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 10px;
    border: 1px solid #4E7BD6;
}

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;
}

