table.sortable {
	width:90%;
	margin: 0 auto;
	border:1px solid #0173BC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


table.sortable th {
	background-color: #0173BC;
	padding:2px;
	color: White;
	cursor: pointer;
}


table.sortable td {
	padding: 5px 2px 5px 2px;
	text-align: center;
}

a{
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 20px;
}
