html {
	border-top: 6px solid #ff6c00;}

body{
	font-family: 'Tahoma', Arial;
	color: #666;
	font-size: 11px;
	background: #f5f5f5 url(../images/bg.png) repeat-x;
}

a, a:visited {
	color: #666;
	text-decoration: underline;
	outline: none;
	cursor: pointer; }

a:hover{
	color: #000;
	text-decoration: none;
	text-align: center;}