@charset "iso-8859-1";
body 
{font-family: sans-serif;
font-size: 10pt;
color:darkblue
}

table.right{
position: absolute;
top: 50px;
left: 200px
}

.notice
{ 
background-image: 
url('images/border.jpg');
background-repeat: repeat-y;
}

.menu
{
text-decoration: none;
font-family: sans-serif;
font-size: 10pt;
font-style: bold;
background-image:
url('images/denim.jpg');
color:white
}

a.menu:link {color:white; text-decoration: none}
a.menu:visited {color:white; text-decoration: none}
a.menu:active{color:white; text-decoration: none} 
a.menu:hover{color:gold; text-decoration: none; font-weight: bold}

td
{ font-size: 10pt; }

H1.xmas{color:red; font-family:serif; text-decoration: italic}
H3.xmas{color:green; font-family:serif; text-decoration: italic}
dt.xmas{color:red; font-family:serif; text-decoration: italic}
dd.xmas{color:green; font-family:serif; text-decoration: italic}
