html, body{
height:100%;
}


font.scroller{
color:black;
font-family:verdana;
font-weight:normal;
font-size:12px;
margin-bottom:0px;
margin-top:0px;
}

font.subtitle{
font-family:verdana; 
font-size:16px; 
font-weight:bold; 
color:#DE1439; 
margin-bottom:0px;
margin-top:0px
}

font.content{
font-family:verdana; 
font-size:13px; 
font-weight:normal; 
color:solid black; 
margin-bottom:0px;
margin-top:0px
}

font.ad{
font-family:verdana; 
font-size:11px; 
font-weight:normal; 
color:green; 
margin-bottom:0px;
margin-top:0px	
}

h5{ 
font-family:verdana; 
font-size:16px; 
font-weight:bold; 
color:green; 
margin-bottom:0px;
margin-top:0px
}


h6{ 
font-family:verdana; 
font-size:12px; 
font-weight:normal; 
color:white; 
margin-bottom:0px;
margin-top:0px
}

img.image{
position:relative;
border-style:solid;
border-width:2px;
border-color:white;
right:5px

}

td.norepeat
{
background-repeat: no-repeat
}	

div.ad{
display: none;
color:black;
}

a:link {color:white; 
text-decoration:none;}     
a:visited {color: white;  /* visited link */
text-decoration:none;}  
a:hover {color: #cefe95;
text-decoration:none;}   /* mouse over link */
a:focus {outline: none}

/*Example CSS for the two demo scrollers*/

#pscroller{
width: 200px;
height: 370px;
padding: 5px;

}

.someclass{ //class to apply to your scroller(s) if desired
}


.shadow {
   height: 1em;
   filter: Shadow(Color=#3E583E, Direction=135, Strength=5);
   font-weight:bold
}

.shadow1 {
   color:black;
   font-weight:bold;
   font-size:16px; 
   height: 1em;
   filter: Shadow(Color=white, Direction=135, Strength=5);
  
}

html*.shadow {

  [color:red;
    text-shadow: #3E583E 5px 5px 5px; 

  ]color:auto; 
.dummyend[id]{clear: both;}


html*.shadow:before {

  [color:red;
    display: none;

  ]color:auto; 
.dummyend[id]{clear: both;}



