/* CSS Document */

a {
text-decoration: none;
}

table, td.bordered, td.header, .delimiter {
border-style:solid;
border-width:1px;
}

a img {
border-style:solid;
border-width:2px;
}

table.maintable {
background-image:url(forest_bgr.bmp);
background-repeat:repeat;
border-width:2px;
}

td.zag {
text-align:center;
font-size:24px;
font-family:Arial,Verdana,sans-serif;
font-weight:bold;
}

td.header {
padding:10px;
background-image:url(forestheadbgr.bmp);
background-repeat:repeat-x;
background-position:top;
}

table.menu td {
padding-left:20px;
font-family:Arial,Verdana,sans-serif;
font-size:12px;
font-weight:bold;
}

td.plaintext {
font-size:14px;
font-family:Arial,Verdana,sans-serif;
font-weight:bold;
vertical-align:top;
padding:10px;
}

td.inetinfo {
font-size:12px;
font-family:Arial,Verdana,sans-serif;
font-weight:bold;
vertical-align:top;
padding:10px;
}

td.pict {
vertical-align:middle;
text-align:center;
font-size:12px;
font-family:Arial,Verdana,sans-serif;
font-weight:bold;
padding-bottom:10px;
}

.delimiter {
width:95%;
margin:10px;
border-left:0px;
border-right:0px;
border-bottom:0px;
}

/* color schema */
body {
background-color: rgb(229, 240, 203);
}

table.menu {
background-color: rgb(106, 138, 34);
}

td.header {
background-color: rgb(80, 100, 28);
}

table, td.header, .delimiter {
border-color: rgb(34, 177, 76);
}

td.plaintext, td.inetinfo, td.pict, td.zag a {
color: rgb(17, 121, 49);
}

a:link, a:visited {
color: rgb(255, 213, 3);
}
a img {
border-color: rgb(255, 213, 3);
/*(190, 210, 185);*/
}

td.zag {
color: rgb(189, 158, 3);
}

table.menu td {
color: rgb(255, 232, 148);
}