/* Default CSS Stylesheet for a new Web Application project */

@import url(navigation.css);
@import url(layout.css);
@import url(calendar.css);

BODY
{
	text-align:center;
	background:black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    background-image:url(images/STHLbackground.jpg);
    background-repeat:repeat-x;
    background-color:RGB(114,156,206);
    line-height:15px;
}
