﻿body 
{
    font-family: Verdana, Tahoma, Arial;
    font-size: small;
}
h1
{
    font-size: 14pt;
    }
h2
{
    font-size: 12pt;
    
}
img
{
    border: none;
}
#footer
{
    font-size: smaller;
    padding:10px;
}
.instruction
{
    font-size: small;
    font-style:italic;
    color:Silver;
}
.tiny
{
    font-size: smaller;
    font-style:italic;
    color:Silver;
}
a
{
    color: Green;
}
a:hover
{
    color:Red;
}

.EventDate
{
    font-size:larger;
    font-weight:bold;
    color:Red;
 
}
.EventTitle
{
    font-size:medium;
    font-weight:bold;
}
#menu
{
   padding-left:10px;
}
#menu a
{
    color:White; 
    font-weight:bold;
    text-decoration:none;
    padding-right:5px;
    border-right: solid 1px white;
}
#menu a:hover
{
    color:green;
}