/* CSS Document */

#swan_safety {
float: right ;
	margin: 50px 5px;
	padding: 0 ;
	width: auto ;
	height: auto ;
	border: 1px solid #0033ff ;
	background-color: #ffffff ;
	font-size: x-small ;
}
#swan_safety h4 {
	margin: 0 ;
	padding: 0 5px ;
	font-weight: bold ;
	font: normal normal bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #000000 ;
	background-color: #9999ff ;
	border-bottom: 1px solid #0033ff;

}
#swan_safety ul {
	margin: 0 ;
	padding: 5px 5px 5px 20px;
	font-size: 80% ;
	font: normal normal normal x-small Arial, Verdana, Helvetica, sans-serif;
}
#swan_safety ul li a {
	color: #000000 ;
	list-style-type: disc ;
	text-decoration: underline ;
}
#swan_safety ul li a:hover {
	color: #9999ff ;
	list-style-type: disc ;
	text-decoration: underline;
}
#swan_safety ul li a:visited {
	color: #666666 ;
	list-style-type: disc ;
}
