/* CSS Document */

html, body{
	background-color:#a7ced1;
	height: 100%;
	margin:0;
	color:#333333;
}
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:small;
			line-height:180%;
}


a:link {color:#660099;
		text-decoration: none;
}

a:visited {text-decoration: none;
		   color:#330066;
}

a:hover {text-decoration: none;
		 color:#006666;
}

a:active {text-decoration: none;}

#wrapper {
	margin:auto;
	width:900px;
	text-align:center;
}
