body {
	background-color: #ffd400;
	color: red;
	font-family: Verdana, sans-serif;
}

#overall {
	margin: 0 auto;
	text-align: center;
	width: 950px;
	margin-top: 35px;
}

.col_left, .col_right {
	float:left;
	width: 425px;
}

.col_right {
	margin-left: 100px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
}

a, a:active, a:visited, a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: red;
	font-weight: bold;
}

div.csc-textpic-center div.csc-textpic-text {
	text-align:center;
}