/* Define all main HTML elements */ 

body 
{background-color: #FFcc99; 
background-image: 
url( images/re_bg.jpg); 
background-repeat: repeat-x; 
margin-top: 0px; 
margin-right: 0px; 
margin-left: 0px;
} 

td {font-family: georgia, Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; color: #660000}
  
 .date {
 width: 90px;
 }
  .dayw {
 width: 30px;
 }
 .time {
 width: 45px;
 }
 .venue {
 width: 170px;
 }
 .description {
 width: 270px;
 }
.spacer {
width: 10px
}
.highlight {
background-color:#CCCCCC;
}
.small {
	font-size: 10px;
	color: #CC6666;
}

A:link {
	text-decoration: 
	color: #CC6666;
}
A:visited {
	text-decoration: 
	color: #CC6666;
}
A:active {
	text-decoration: 
	color: #CC6666;
}


	
A.small:link {
	text-decoration: 
	color: #CC6666;
}
A.small:visited {
	text-decoration: 
	color: #CC6666;
}
A.small:active {
	text-decoration: 
	color: #CC6666;
}
A.small:hover {
	text-decoration: 
	color: #CC6666;
}
