.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}

/*Apply this class to the text you'd like a different link color. Text that is not a link will appear in this style.*/

.navbar {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*These are the 	link style definitions.*/

a.navbar:link { color: #FFFFFF}
a.navbar:visited { color: #FFFFFF}
a.navbar:hover { color: #FFCC00}
a.navbar:active { color: #FFFFFF}
.style2 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
.style3 {font-weight: bold}
