.navbar td {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #313131;
	padding-left: 35px;
	line-height: 30px;
	text-decoration: none;
}

.navbar td a: {
	color: #313131;
	text-decoration: none;
	}
.navbar td a:link {
	text-decoration: none;
	color: #313131;
}
.navbar td a:visited {
	text-decoration: none;
	color: #313131;
}
.navbar td a:hover {
	text-decoration: none;
	color: #ff0000;
}

.navbar td a:active {
	text-decoration: none;
	color: #313131;
}