﻿table { margin: auto; }
a:link {
				font-family: Arial, Helvetica, sans-serif;
				font-size: small;
				font-weight: bold;
				font-style: normal;
				text-transform: none;
				color: #FFFFFF;
				text-decoration: none;
}
a:hover {
				font-family: Arial, Helvetica, sans-serif;
				font-size: small;
				font-weight: bold;
				font-style: normal;
				text-transform: none;
				color: orange;
				text-decoration: none;
}
a:active {
				color: #FFFFFF;
				text-decoration: none;

}
a:visited {
				font-family: Arial, Helvetica, sans-serif;
				font-size: small;
font-weight: bold;
color: #FFFFFF;
				text-decoration: none;

}
