﻿body 
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
    
    margin-top:auto;
    margin-left:auto;
    
    background: #000 url(../images/bodybg.gif) repeat-y;
    background-position:center;
}

h1 
{
    font-size:16px;
}

.events 
{
    BORDER-RIGHT: #ee1b2c 1px solid;    
    FONT-SIZE: 11px;
    BORDER-LEFT: #ee1b2c 1px solid;
    BORDER-BOTTOM: #ee1b2c 1px solid;    
    FONT-FAMILY: Verdana,arial,sans-serif;
    font-size:12px;
    BACKGROUND-COLOR: #ffffff;
}
    
    
    
a{
color:#ee1b2c;
font-weight:bold;
}
a:hover{
	color:#000;
	text-decoration:none;
}

.footerlink{
    color:#ffffff;
    font-size:11px;
}

.footerlink:hover{
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}

.whitelink{
    color:#ffffff;
    font-size:11px;
    text-decoration:none;
}

.whitelink:hover{
	color:#ffffff;
	text-decoration:underline;
	font-size:11px;
}