.blue { color: #3366CC; }								/*defines the blue color*/
.red { color: #900000; }								/*defines the red color*/
.bgred { background-color: #900000;	color: white;}					/*defines the red background*/
.bgblue { background-color: #3366CC; color: white;	}					/*defines the blue background*/
.h1 {													/*defines the title header with the 'updates' and 'Welcome to ABTR message' text*/
	color: white;
	background-color:#900000;
	font-weight:bold;
	font-size: 5;
	text-align:center;
}
.contest {												/*defines the titles within texts*/
	color: yellow;
	background-color: #900000;
	border: yellow 5px dotted;
	font-weight:bold;
	text-align:center;
}
.contest a:link {color:white;}							/*use this class to prevent hyperlinks from being unreadable on coloured bg */
.contest a:visited {color: white;}						/*use this class to prevent hyperlinks from being unreadable on coloured bg */
.contest a:hover {										/*use this class to prevent hyperlinks from being unreadable on coloured bg */
 	text-decoration: none; 
	color: yellow;	
	font-weight:bold;
}
.contest a:active {										/*use this class to prevent hyperlinks from being unreadable on coloured bg */
 	color: white;
	text-decoration: none; 
}	

.title {												/*defines the titles within texts*/
	color: #3366CC;
	border-top: #3366CC thin solid;
	border-bottom: #3366CC thin solid;
	font-weight:bold;
	text-align:center;
}
.title1 {												/*defines the titles within texts that have a dark background*/
 	background-color:#3366CC;
	color: white;
	border-top: white thin solid;
	border-bottom: white thin solid;
	font-weight:bold;
	text-align:center;
}
.highlight {											/*defines the color and background for text you want to highlight*/
	color: #900000;
	background-color:yellow;
	font-weight:bold;
}
.border { border: solid 5px #3366CC; }					/*gives the main table a blue border*/
.box { border: none }	
.main {	padding: 10px;	}								/*so the text doesn't go right against the sides of the table */
.main1{ 												/*so the text doesn't go right against the sides of the table + for coloured bg*/
 	padding: 5px;
	background-color: #900000;
	border-right: #3366CC thin solid;
}
.main1 a:link {color:white;}							/*use this class to prevent hyperlinks from being unreadable on coloured bg */
.main1 a:visited {color: white;}						/*use this class to prevent hyperlinks from being unreadable on coloured bg */
.main1 a:hover {										/*use this class to prevent hyperlinks from being unreadable on coloured bg */
 	text-decoration: none; 
	color: yellow;	
	font-weight:bold;
}
.main1 a:active {										/*use this class to prevent hyperlinks from being unreadable on coloured bg */
 	color: white;
	text-decoration: none; 
}	

BODY { background-color: #3366CC; }						/*defines the background color of the website*/
 .date {
 width: 160px;
 text-align: center;
 }
  .dayw {
 width: 35px;
 }
 .time {
 width: 70px;
 }
 .venue {
 width: 120px;
 }
 .description {
 width: 270px;
 }
 .location {
 width: 170px;
text-align: center;
 }
.spacer {
width: 10px
background-color: black;
}
.highlight1 {
background-color:#CCCCCC;
}
.small {
font-size: 10px;
}
.events {
border: #3366CC 3px solid;
}
.events1 {
border: #900000 3px solid;
}
