﻿.normal
{
	color: black;
	padding-left: 3px;
	text-decoration: none;
}

.over
{

	color: #3399ff;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.select
{
	color: white;
	background: #316AC5;
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;
}
