
.linklist {
	font-family:"Comic Sans MS";
	font-size: 10pt;
	color:#00FF00;
	text-decoration:none;
}
.linklist:visited {
	color: #00FF00;
}
.linklist:hover {
	color: #AAFFAA;
	text-decoration:underline;
}

.linklist1 {
	font-family:"Comic Sans MS";
	font-size: 9pt;
	font-weight:bold;
	color:#00FF00;
	text-decoration:none;
}
.linklist1:visited {
	color: #00FF00;
}
.linklist1:hover {
	color: #AAFFAA;
	text-decoration:underline;
}

.linktext {
	font-family:"Comic Sans MS";
	font-size: 8pt;
	font-weight:bold;
	color:#00FF00;
	text-decoration:none;
}

a {
	font-family:"Comic Sans MS";
	font-size: 10pt;
	color:#00FF00;
	text-decoration:none;
}
a:visited {
	color: #00FF00;
}
a:hover {
	color: #AAFFAA;
	text-decoration:underline;
}

