body{
margin: 1px;
padding: 1px;
color: #949494;
background-color: #2b2c2a;
background-image: url(/images/themes/bg.png);
max-width: 100%;
text-align: center;
margin: auto;
border: 2px solid #555454;
margin-top: 5px;
}

a:link{color:green;}
a:visited {color:gray;}
a:hover {color:black;}


div.p_t
{
   background-image: url(footy.gif);
   background-repeat: repeat-x;
   background-position: top;
   background-color: #1d1d1d;
   border-top: 1px solid #555454;
   border-left: 1px solid #555454;
   border-right: 1px solid #555454;
   padding: 4px 0px;
   margin: 2px 2px 0px 2px;;
}

div.list
{
   background-image: url(/images/themes/bg.png);
   border:1px solid #555454;
   margin:2px;
   padding:2px
   ;text-align:left;
   color:green;
}

div.menu
{
   background-image: url(/images/themes/tit2.gif);
   background-repeat: repeat-x;
   background-position: top;
   background-color: #151515;
   border-right: 1px solid #b6b6b6;
   padding: 2px;
   text-align: center;
   font-weight: bold;
   color: #00a9e8;
}

div.logo
{
   background-image: url(/images/themes/podl.gif);
   background-repeat: repeat-x;
   background-position: top;
   background-color: #1a1a1a;
}

div.foot
{
   background-image: url(/images/themes/aa.png);
   background-repeat: repeat-x;
   background-position: top;
   background-color: #0e0e0e;
   border: 1px solid #555454;
   padding: 2px;
   margin: 2px;
   text-align: center;
}

div.title
{
   background-color: #1d1d1d;
   border: 1px solid #1d1d1d;
   padding: 2px;
   margin: 1px;
   text-align: center;
   font-weight: bold;
   color: #0089d0;
}

hr{border:1px solid #555454;margin:2px;}