﻿/* CSS Document */
/* linkstyles */

a {
	font-family: verdana;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: verdana;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	color: #ff9900;
	text-decoration: underline;
}
.imagelink {
	border: 0px;
}


