﻿/* <LINK REL=stylesheet TYPE="text/css" HREF="style1.css"> */


/* Link Not Underline, Underlines on mouse over */
a {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
text-decoration: underline;
color:white;
}
a:hover {
color: #F9D500;
text-decoration: none;
}
li {
color: #F9D500;
}
