﻿a:link {
	text-decoration: none;
	font-size: 100%;
	text-align: center;
	color: yellow;
	font-weight:bold;
}
a:visited { 
	text-decoration: none; 
	font-size: 100%;
	text-align: center;
	color: yellow;
	font-weight:bold;
	}
a:active { 
	text-decoration: none; 
	font-size: 100%;
	text-align: center;
	color: white;
	font-weight:bold;
	}
a:hover { 
	text-decoration: none; 
	font-size: 100%;
	text-align: center;
	color: white;
	font-weight:bold;
}

