h1 {
	font: small-caps bold 15px arial;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000099;
	font-weight: bolder;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
.right {
	text-align: right;
	float: right;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 50px;
	padding-right: 5px;
}
.right ul {
	list-style-position: inside;
	list-style-type: none;
}

.right strong {
	color: #636363;
}