﻿a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.linkblacksmall:link {
	text-decoration: none;
	font-size: small;
	font-weight: normal; 
	color: black; 
	background: none;
}
.linkblacksmall:visited {
	text-decoration: none; 
	font-size: small;
	font-weight: normal;
	color: gray; 
	background: none;
}
.linkblacksmall:hover {
	text-decoration: none; 
	font-size: small;
	font-weight: normal;
	color: black;
	text-decoration: underline; 
	background: none;
}
.linkblackmedium:link {
	text-decoration: none;
	font-size: medium;
	font-weight: normal; 
	color: black; 
	background: none;
}
.linkblackmedium:visited {
	text-decoration: none; 
	font-size: medium;
	font-weight: normal;
	color: gray; 
	background: none;
}
.linkblackmedium:hover {
	text-decoration: none; 
	font-size: medium;
	font-weight: normal;
	color: black;
	text-decoration: underline; 
	background: none;
}
.linkblacklarge:link {
	text-decoration: none;
	font-size: large;
	font-weight: normal; 
	color: black; 
	background: none;
}
.linkblacklarge:visited {
	text-decoration: none; 
	font-size: large;
	font-weight: normal;
	color: gray; 
	background: none;
}
.linkblacklarge:hover {
	text-decoration: none; 
	font-size: large;
	font-weight: normal;
	color: black;
	text-decoration: underline; 
	background: none;
}
