@import url(style.css);

body {
	/*background-color: #fff;*/
	background: #fff url("../images/bg-white.png") no-repeat 0 0;
	color: #000000;
}

#menu ul#mm ul li a:hover {
	font-weight: bold;
}

#logo {
	background: #fff url("../images/logo-cu.png") no-repeat 0 0;
}

#news a:hover {
	text-decoration: underline;
}

#rc h1 {
	margin: 20px 30px;
}

#rc h2 {
	margin: 0 30px;
	margin-bottom: -15px;
}

#rc p {
	margin: 20px 30px;
}

#rc a {
	color: #4D4D4D;
	text-decoration: none;
}

#rc a:hover {
	text-decoration: underline;
}