@import "core.css";


div#welcomediv {
	margin: 65px auto 50px auto;
	background: url(images/wbk.png) repeat-x;
	width: 350px;
	height: 65px;
	text-align: center;
	color: white;
	font-size: 1.6em;
	
}

div#topics{
	width: 90%;
	margin: auto;
	background: url(images/topicbg.png) repeat-x;
	font-size: 1.25em;
	padding: 0 0 5px 10px;
	color: white;
	text-align: center;
}


div#content {
	width: 90%;
	background: #B9DDB9;
	color: black;
	margin: 40px auto;
	padding: 7px 0;

}

A:link {text-decoration: none; color: #0000FF}
A:visited {text-decoration: none;color: #0000FF}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}