body {
	font-family: verdana, arial, sans-serif;
}

a:link {
	text-decoration:none;
	font-weight: bold;
	color:black;
}
a:visited {
	text-decoration:none;
	font-weight: bold;
	color:black;
}
a:active {
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration:none;
	color:#981020;
}
a:img {
	border: none;
}

a.menu:link {
	text-decoration:none;
	font-weight: normal;
	color:black;
}
a.menu:visited {
	text-decoration:none;
	font-weight: normal;
	color:black;
}
a.menu:active {
	text-decoration:none;
	color:black;
}
a.menu:hover {
	text-decoration:none;
	color:#981020;
}

a.paper:link {
	text-decoration:underline;
	font-weight: normal;
	color:black;
}
a.paper:visited {
	text-decoration:underline;
	font-weight: normal;
	color:black;
}
a.paper:active {
	text-decoration:underline;
	font-weight: normal;
	color:black;
}
a.paper:hover {
	text-decoration:underline;
	font-weight: normal;
	color:#981020;
}
a.paper:img {
	border: none;
}
