body {
	text-align: center;	
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: red;
	font-weight: bold;
}

p {
	margin: 6px;
}

#container {
	background-image: url(layout.jpg);
	background-repeat: no-repeat;
	border: #999999 1px solid;
	width: 800px;
	height: 545px;
}

#core {
	width: 750px;
	height: 260px;
	margin-top: 200px;
	margin-left: 30px;
	text-align: left;
}

.col {
	width: 180px;
	height: 250px;
	font-family: comic sans MS,"Times new roman", sans-serif;
	font-size: 16px;
	float: left;
}

.coldx {
	border: #d1d1d1 1px solid;
	width: 380px;
	height: 250px;
	font-family: comic sans MS,"Times new roman", sans-serif;
	font-size: 12px;
	text-align: justify;
	float: left;
	overflow: auto;
}
