	.coolLink
	{
		font-family: Times New Roman, verdana, helvetica, arial;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.coolLink:hover
	{
		font-family: Times New Roman, verdana, helvetica, arial;
		font-size: 14px;
		font-weight: bold;
		color: #C0C0C0;
		text-decoration: underline;
	}
	
	A:link 
	{ 
		font-family: Times New Roman, verdana, helvetica, arial;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}

	A:visited 
	{ 
		font-family: Times New Roman, verdana, helvetica, arial;
		font-size: 14px;
		font-weight: bold;
		color: #C0C0C0;
		text-decoration: underline;
	}
	
	
	A:active 
	{ 
		font-family: Times New Roman, verdana, helvetica, arial;
		font-size: 14px;
		font-weight: bold;
		color: #C0C0C0;
		text-decoration: underline;
	}
	
	
	A:hover 
	{ 
		font-family: Times New Roman, verdana, helvetica, arial;
		font-size: 14px;
		font-weight: bold;
		color: #C0C0C0;
		text-decoration: underline;
	}