@charset "utf-8";
/* CSS Document */

.linkpage {
	width:240px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.linkpage a {
	color:#FF0000;
	text-decoration:none;
}
.linkpage a:hover {
	text-decoration:underline;
}
.linkpage a:visited {
	color:#990000;
}
.linkpage a:active {
	color:#000000;
}