h1 {
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #6495ed;
}


table.tbcss {
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;

}
table.tbcss thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #369;
	border-bottom: 3px solid #036;
}
table.tbcss tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #f3f6f7;
}
table.tbcss td {
	width: 1000px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

footer {
    width: 100%;
    text-align: center;
    background-color: #444;
    padding: 5px 0;        
}
footer #list a{
    color: #ffffff;
}