html * {
	font-size: x-small;
}

a {
	text-decoration: none;
	margin: 0.05em;
	background: transparent;
	padding: 1px;
}

a:link {

}

a:visited {

}

a:hover {
	padding: 0;
	border-style: outset;
	border-width: 1px;
	border-color: #999999;
}

a:active, a:focus {
	padding: 0;
	border-style: inset;
	border-width: 1px;
	border-color: #999999;
}

h1{
	font-size: large;
	border-bottom: 2px solid #666666;
}
h2{
	font-size: medium;
	border-bottom: 1px solid #666666;
}

div.last_modified {
	width: 100%;
	text-align: right;
}
