h1 {
	font-family: tahoma;
  color: white;
  font-size: 25px;
  margin: 0 0 5 0;
}

body {
	background: url('uccback.jpg') repeat-x; 
  background-color:black; 
  color:white;
  font-family: arial;
}

#header {
	width: 1000px; 
  text-align:left; 
  padding-top: 20px;
}

#rightbar {
	border: solid white 3px;
  background-color: #b41b1b;
  padding: 20px;
}

.linkcell {
	color:white; 
  font-size: 20px; 
  font-family:tahoma; 
  width: 100px;
  cursor: pointer;
  background-color: #b41b1b;
}

.glowlinkcell {
	color:white; 
  cursor: pointer;
  font-size: 20px; 
  font-family:tahoma; 
  width: 100px;
  background-color: black;
}

A:link {text-decoration: underline; color:white}
A:visited {text-decoration: underline; color:white}
A:active {text-decoration: underline; color:white}
A:hover {text-decoration: none; color: white;}

h3 {
	font-size: 18px;
  font-family: tahoma;
  color: black;
  font-weight: bold;
}

.event {
	margin: 5 0 5 0;
  background-color: #dddddd;
  padding: 5px;
}