﻿body
{
    font-family: 'Comic Sans MS';
    color: black;
    background-image: url(background.jpeg);
}
.TableInner
{
    BORDER-RIGHT: peru thin solid;
    BORDER-TOP: peru thin solid;
    BORDER-LEFT: peru thin solid;
    BORDER-BOTTOM: peru thin solid;
}
H1
{
    font-size: 12px;
    color: peru;
    font-weight: bold;
}
H2
{
    font-size: 24px;
    color: peru;
    font-weight: bold;
    height: 40px;
}
H3
{
    font-weight:bold ;
}
.Title
{
    color: black;
    font-weight: bold;
    font-size: 28px;
}
.Menu01
{
    font-size: 16px;
    text-align: left;
}
.StaticMenuStyle
{ padding:3px 5px 3px 5px;
  
}
.MenuItemStyle
{
    font-weight:bold;
}
.StaticMenuItemStyle
{
  color:peru;    
}
.StaticSelectedStyle
{
    font-weight:bold;
}
.StaticHoverStyle
{
    color: peru;
    background-color: silver;
}
.PLTitle
{
    font-weight:bold ;
}
.PL a:link, .PL a:visited
{
    color:Blue ;
    text-decoration:None;
}
.PL a:hover, .PL a:active
{
    color:Blue ;
    text-decoration:underline;
}
.AdDynMenu
{
    background-color: White ;
    color: Peru;
    filter: alpha(opacacity=50);
    opacity: 0.5;
}
.AdDynHovMenu
{
    background-color: Silver ;
    color: Peru;  
}
