body {
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

a:link { color: #000099; text-decoration: none }
a:visited { color: #000099; text-decoration: none }
a:active { color: #ff0000; text-decoration: underline }
a:hover { color: #990000; text-decoration: underline }

.column1{
	left:1%;
	width:30%;
	padding:5px;
	position:absolute;
	border:0px solid #333333;
	background:#ffcccc;
}
.column2{
	left:31%;
	width:69%;
	padding:5px;
	position:absolute;
	border:0px solid #333333;
	/* background:#ccffff */
}
.HeadTitle {
	color: #000000;
	background-color: #ffcccc;
	margin: 16px;
	padding: 0px;
	font-size: 16px;
}
.Footer {
	color: #000000;
	background-color: #ffcccc;
	margin: 0px;
	padding: 12px;
	font-size: 12px;
}