/* CSS Document */
.text
     {
     font-size: 10px;
	 color:#333333;
	 font-family: verdana, arial;
	 font-style: normal;
     }
	 
.boldtext
     {
     font-size: 10px;
	 color:#333333;
	 font-family: verdana, arial;
	 font-weight: bold;
     }
	 
.location
     {
     font-size: 11px;
	 color:#990000;
	 font-family: verdana, arial;
	 font-style: normal;
     }
	 
.location2
     {
     font-size: 11px;
	 color:#333333;
	 font-family: verdana, arial;
	 font-style: normal;
     }
	 
.links
     {
     font-size: 10px;
	 color:#333333;
	 font-family: verdana, arial;
	 font-style: normal;
     }
	 
a {
	color: #333333;
	text-decoration : none;
	font-size: 10px;
	font-family: verdana, arial;
	font-style: bold;
	}

a:link {
	color: #333333;
	text-transform: underline;
	font-size: 10px;
    font-family: verdana, arial;
}

a:visited {
	color: #333333;
	text-transform: none;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 10px;
}

a:hover {
	color: #333333;
	text-transform: none;
	text-decoration: underline;
	font-size: 10px;
	font-family: verdana, arial;
	font-style: bold;
}

a:active {
	color: #333333;
	text-transform: underline;
	text-decoration: underline;
	font-size: 10px;
	font-family: verdana, arial;
	}

BODY {
	background-color: #990000;
	text-align: center;
	margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}


	