﻿/* style all the links */
.template a, .template :visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
	text-decoration: none;
}

/* style the links hover */
.template :hover{
	color:#FFFFFF;
}

/* style the links */
.template a {
	color:#FFFF99;	
}