a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;

}
body {
	font-family: Arial, Helvetica, sans-serif;
}

.designby {
font-size:x-small;
}

a.designby {
	text-decoration: underline;
}


