body
{
	background:gray;
}
#schedule
{
	text-align:center;
	font-family:verdana,helvetica,arial,sans-serif;
	font-variant:small-caps;
	font-size:65%;
	width:33%;
	position:absolute;
	top:230px;
	left:66%;
}
#schedule table
{
	background:black;
	color:white;
	width:100%;
	border:solid red 1px;
	border-collapse:collapse;
}
#schedule th
{
	color:red;
	font-size:1.1em;
}
#schedule td
{
	border:1px solid red;
	text-align:left;
}
#schedule tr
{
	cursor:pointer;
	cursor:hand;
}
#newslinks
{
	visibility:visible;
	color:white;
	background:black;
	font-family:verdana,helvetica,arial,sans-serif;
}
#newslinks a
{
	color:red;
	text-decoration:none;
}
#newslinks a:hover
{
	text-decoration:underline;
}
#newslinks .category
{
	color:#66F;
	font-size:80%;
}
#newslinks .registration
{
	color:#66F;
	font-size:80%;
}
#news
{
	visibility:visible;
	width:64%;
	position:absolute;
	top:230px;
	color:white;
	background:black;
	font-family:verdana,helvetica,arial,sans-serif;
}
