#mail {
	float: right;
	margin-right: 30px;
	border-bottom: none;
}
body {
	background: #fff url(/images/bg1.jpg) repeat;
	text-align: left;
	margin: 30px;
	font: normal 12px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5b5a5a;
}

a {
	color: #5b5a5a;
	text-decoration: none;
}

a:hover,
a:focus {	
	border-bottom: 1px dotted #5b5a5a;
}

ul {
	list-style: none;
	padding-left: 0;
}

