﻿a.topLink 
{
	background-image: url(../media/img/ButtonBackOff.jpg);
	background-repeat: repeat-x;
	color: White;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
a.topLink:hover
{
	background-image: url(../media/img/ButtonBackOn.jpg);
	background-repeat: repeat-x;
	color: White;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: normal;
}
a.topLink:active
{
	background-image: url(../media/img/ButtonBackOn.jpg);
	background-repeat: repeat-x;
	color: White;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}