/* CSS Document */

.normal{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	line-height: normal;
	padding: 4px;
	overflow: auto;
	table-layout: fixed;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #EEEEEE;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #7E0000;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: auto;
}
#container {
height: 200px;
width: 600px;
overflow: scroll; (or 'scroll' can be used)
}
.normal2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	padding: 6px;
	overflow: scroll;
}

