﻿a:link {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	font-weight: bold;
}

.navButtons {
	font-weight: bold;
	border: 1px solid #000000;
}

.medHeader {
	font-size: medium;
}

