/* CSS Document */

div.story{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dotted #000000;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 425px;
	text-align: center;
	font-size:14px;
}
.storyheadline{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.storytext{
	font-size:12px;
}
div.story a:link, div.story a:visited, div.story active{
	color: #990000;
	text-decoration: underline;
}
div.story a:hover{
	color: #FFFFCC;
	text-decoration: none;
	background-color: #990000;
}
body{
	background-color: #9CA2A5;
	text-align: center;
	margin: 0px;
}
.schedule{font-size:12px}
