﻿
.WebPage {

}
.WebPage a {
	float: left;
	height: 20px;
	border: 1px solid #dddddd;
	line-height: 20px;
	text-align: center;
	padding: 0 5px;
	margin: 0 3px;
	text-decoration: none;
	color:Blue;
}
.WebPage a, .WebPage a:active, .WebPage a:link, .WebPage a:visited {text-decoration: none;}
.WebPage a:hover{font-weight: bold;}
.WebPage a.selected{
	background:#999999;
	color: #fff;
	font-weight: bold;
}
.WebPage a.selected span {
	color: #fff;
}