body {
	margin : 0;
	padding : 0;
	text-align : center;
	color : #000000;
	font-family : verdana;
	font-size : 12px;
	background-color : #FFFFFF;
	background-repeat : no-repeat;
	background-position : center top;
	background-attachment : scroll;
}

h1{
	color : #CC3300;
	font-size : 16px;
}

a.link{
	color : ;
	text-decoration : none;
}

a.hover{
	color : ;
	text-decoration : none;
}

a.visited{
	color : #FF6600;
	text-decoration : none;
}

li{
	list-style : none;
	margin-left : 0px;
}

