@charset "UTF-8";
/* CSS Document */

<!--
body {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #000000;
}
a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align:right;
}

a:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
	text-decoration:none;
	}

a:hover, a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: strikethrough;
}

li {
	display:inline;
	padding-right:10px;
}
