BODY {
  color:#000;
  background:#F0F8FF; 
  background-image:url(pics/backgr.png);
  background-repeat:repeat;
  background-attachment:fixed;
  margin:0;
}

td.side{
  font-family:sans-serif;
  line-height:1;
  font-size:normal;
}
h1.main{
        padding:0.2em;
        margin-left:1em;
        margin-right:1em;
        border-width: 8px;
        background:#000000;
	background: url(pics/channel.jpg) no-repeat #000000 left; 
        border-color:#47B;
        text-align: bottom;
        border-style: ridge;
        padding-top:50px;
	text-align:left;
        color:red  #EEE;
        fontweight:bold;
        font-size: 300%;
        font-family:Verdana,Arial,Helvetica,sans-serif;
       /* font-stretch:wider;*/
        letter-spacing:0.03em;
       color:#EEE;
}

h3 { font-weight: bold;
       font-family:verdana,sans-serif;
        font-size:120% }

A:link { color:#06A; /* border: none -- breaks NS 4.x */ }
A:visited, A:active { color:#906; /* border: none -- breaks NS 4.x */ }
A:link IMG, A:visited IMG { border-style:none }
a:hover { background:#fffed6}

A IMG { color:white } /* The only way to hide the border in NS 4.x */

P + P { text-indent:0; margin-top: 0 }
P { margin-top:1em; margin-bottom: 0 }
UL, OL { margin-top:0.2em;margin-bottom 0.4em }
PRE { margin:1em 0 1em 1.5em; color: #603 }

h2 {
  margin-top:0;
  margin-bottom:0;
  font-family:'lucida',Verdana,sans-serif;
  /*font-variant: small-caps;*/
  font-size:200%;
  color:#622;
}

div.section {background: #777}
/* border-radius is not a CSS property, but a proposal for CSS3.
 * Mozilla has implemented it in an experimental fashion, which is used
 * here to show the expected effect in the future.
 */
div.section {
  border-radius: 2em 2em;
  -moz-border-radius: 3em;
}
div.section {
  background:#fffbf0;
  margin:.5em 0 0 0.5em;
  padding:1em;
  border:thin solid #999;
  
}

div.section a:link, div.section a:visited {
  color:inherit;
}

