@charset "UTF-8";
/* CSS Document */
<style type="text/css">
body
{
        color: white;
}
#container
{
        width:100%;
        background-color:#482f83;
        border:#000000 1px solid;
        height:100%;
}
#header
{
        height:200px;
        color:#ffffff;
}
#main
{
	color: #ffffff;
}	
#schedule
{
        width:100%;
        margin-left:auto;
        margin-right:auto;
        font-size:1.2em;
}
span.top
{
	font-size:2em;
	margin-left:20px;
	vertical-align:middle;
}	
div.date
{
        font-weight:bold;
}
div.info
{
        font-size:.9em;
        width:80%;
        margin-left:auto;
        margin-right:auto;
}
a:link
{
        text-decoration: none;
        color: #888888;
}
a:visited
{
        text-decoration: none;
        color: #888888;
}
a:active
{
        text-decoration: none;
        color: #888888;
}
a:hover
{
        text-decoration: underline;
        color: #888888;
}
</style>

