

/* Presentation Stylesheet */ 

a:link, a:visited, a:active     {
    color: #000000;
    text-decoration : underline ;
    }
a:hover
    {
background-image: url(hover.jpg)    ; 
    background-color: #31555A ;
    color: #000000 ;
    text-decoration : none ;
    }

a, p, li 
    {font-family : Verdana, sans-serif, Arial, Helvetica ;
    font-size : 11pt ;
    }

h1
    {font-family : Verdana, sans-serif, Arial, Helvetica ;
    font-size : 18pt ;
text-shadow: 2px 2px #aab9bc ;
/* background-color  :  #31555A  ;
color : white ; 
background-image : url(bg.heading.jpg) ; */ 
background-color : #ffffff ;
color : #31555A ;
padding : 5px ;
    }
h2
    {font-family : Verdana, sans-serif, Arial, Helvetica ;
    font-size : 16pt ;
text-shadow: 2px 2px #aab9bc ;
background-color : #ffffff ;
color : #31555A ;
padding : 5px ;
}

h3
    {font-family : Verdana, sans-serif, Arial, Helvetica ;
    font-size : 15pt ;
}

h4
    {font-family : Verdana, sans-serif, Arial, Helvetica ;
    font-size : 14pt ;
    font-style : italic ;

}


hr  {
    border-width : 1px ;
    border-style : solid ;
    border-color : #31555A ;

}
 div.centered {text-align: center ; }

table.winners  {font-family : Verdana, sans-serif, Arial, Helvetica ;
width : 500px ;    
font-size : 14pt ;
    font-style : normal ; 
    border  : solid 3px #eeeeee ;
    background-color: #ffffff ;
    text-align : center ;
    padding : 3px ;
margin-bottom : 10px ;
}

caption.winners  {font-family : Verdana, sans-serif, Arial, Helvetica ;
    font-size : 14pt ;
    font-style : normal ; 
    border  : solid 3px #eeeeee ;
    background-image : url('http://chestnutgrovefoundation.org/bg.heading.jpg') ;
    text-align : center ;
    padding : 3px ;
}

td.winners  {font-family : Verdana, sans-serif, Arial, Helvetica ;
    font-size : 12pt ;
    font-style : normal ; 
    border  : solid 3px #eeeeee ;
    background-image : url('http://chestnutgrovefoundation.org/bg.heading.jpg') ;
    text-align : center ;
    padding : 3px ;
}

pre {
    font-size : 13pt ;
   background-color: #eeffee ;
margin-left : 30px ;
margin-right : 30px ;
padding : 30px ;
}
