.main {
	background-color: #FFE5DD;
	background-repeat: no-repeat;
	text-align: left;
}

.outline {
	border: 1px solid #580007;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFCCCC;
	margin: 0px;
	scrollbar-face-color:#FFCCCC; 
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#FFCCCC;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#FFCCCC;
	scrollbar-track-color:#FFCCCC; 
	scrollbar-arrow-color:#000000;
}
table {
	font-size: 11px;
}
.head {
	border: 1 dotted #000000;
	font-weight: bold;
}
a:link {
	color: #580007;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #580007;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}