body{
	background-image: url(../images/yahoo-bg.jpg);
	background-repeat: no-repeat;
	background-color: #eee;
	border-bottom: 5px solid #00529D;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	margin: 30px 0px 20px 0px;
	text-align: center;
	width: 700px;
}
a {
	color: #000;
}
p strong {
	color: #ED1B23;
	text-align: center;
	font-size: 17px;
	height: 50px;
	border-bottom: 1px dotted #999;
}
.link {
	background-color: #ccc;
	border: 3px solid #ddd;
	width: 90%;
}
.link td{
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
}
.link th{
	background-color: #FFFFFF;
	padding: 15px;
}
.link a{
	text-decoration: none;
}
.link ul{
	margin: 0px 0px 10px 0px;
	text-align: center;
	}
.link li{
	text-align: center;
	list-style-image: url(../images/spacer.gif);
	float: left;
	background-color: #D3D3D3;
	margin: 3px;
	padding: 0px 3px 0px 3px;
	width: 80px;
	}
.link li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
.link li a:hover{
	display: block;
	background-color: #ED1B23;
	color: #fff;
	margin: -4px -3px -1px -3px;
	padding: 4px 3px 1px 3px;
	}
