@charset "utf-8";
/* CSS Document */

h3 {color:#C00; margin: 0; padding: 10px 0; font-size: 140%;}

a {color: #000;}
a:hover {text-decoration: none; color: #C00;}

#WS-Title {
	padding: 0;
	background: #C00 url(../graphics/website/bg-title.gif) no-repeat;
	height: 48px;
	margin-top: 10px;
	padding: 12px 0 0 0;
	font-size: 230%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #FFF;
}

#WS-Nav ul li a:hover {
	color: #C00;
}


