@charset "UTF-8";
/* CSS Document */

body { 
	background-color: #CC006B;
	font-family: Arial, Helvetica, sans-serif;
}

html, body, table.outer{
	min-height: 95%;
	width: 99%;
	height: 95%;
}
	
#container {
	text-align: left;
	padding: 5px;
}
	
#htmlwrapper {
	width: 960px;
	margin: 5px auto;
	background-color:#FFFFFF;
	padding: 5px;
}
	

table.outer{
	position: absolute;
	top: 0;
	left: 0;
}

td.inner {
    height: 95%;
}

td.foot {
	font-size: 10px;
	color: #F5D8E8;
}

td.foot a:link, td.foot a:hover, td.foot a:visited {
	color: #F5D8E8;
}

td.foot a:hover {
	font-weight:bold;
}