/* CSS Document */

html{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	background-color:#7CA0D9;
}

#ref{
	width:740px;
	margin:10px auto;
}

#ref ul{
	margin:-30px  15px 0px 0px;
	padding:0px;
	list-style:none;
	float:left;
}

#ref  ul li{
	line-height:12px;
	text-align:left;
}

#ref a{
	color:#fff;
	font-family:tahoma;
	text-decoration:none;
	font-size:11px;
}

#ref a:hover{
	color:#E40001;
}
