/* CSS Document */

.content {
	width: 800px;
	height: 490px;
	padding: 10px;
	background: lightskyblue;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #222222;
	text-align: left;
	border: 1px dashed #333333;
	line-height: 28px;
}

body {
	margin: 20px;
	background: #FFFFFF;
} 

.title {
	letter-spacing: -7px;
	margin-top: 5px;
}

.title1 {
	letter-spacing: -1px;
}

#recenttopics {
	line-height: normal;
	float: right;
	border: 1px dashed #222222;
	padding: 5px;
	width: 170px;
	background: #D2F9DA;
	font-size: 12px;
}

#latestshow {
	float: left;
	border: 1px dashed #222222;
	padding: 5px;
	width: 595px;
	background: #D2F9DA;
	line-height: normal;
	font-size: 12px;
}

#latestshow1 {
	float: left;
	border: 1px dashed #222222;
	padding: 5px;
	width: 595px;
	background: #D2F9DA;
	margin-top: 10px;
	line-height: normal;
}

a:link {
	background-color: #ABECC5;
	padding: 1px;
	color: #222222;
	text-decoration: none;
	margin: 1px;
}

a:active {
	background-color: #ABECC5;
	padding: 1px;
	color: #222222;
	text-decoration: none;
	margin: 1px;
}

a:visited {
	background-color: #ABECC5;
	padding: 1px;
	color: #222222;
	text-decoration: none;
	margin: 1px;
}

a:hover {
	background-color: #ABECC5;
	padding: 1px;
	color: #222222;
	text-decoration: none;
	margin: 1px;
	border-bottom: #333333 1px dotted;
}


a.norm:link {
	color: #333333;
}

a.norm:active {
	color: #333333;	
}

a.norm:visited {
	color: #333333;
}

a.norm:hover {
	color: #333333;
}