a:hover {
	background-color: rgb(60%, 100%, 80%);
}

body {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
}

h1 {
	background-color: rgb(40%, 80%, 60%);
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
}

.extern-link {
	color: red;
}

.hidden {
	display: none;
}

.local-link {
	color: rgb(0%, 60%, 100%);
}

#tag {
	float: right;
}

#tag a {
	text-decoration: none;
	background-color: white;
}

#tag img {
	border-style: none;
	height: 31px;
	width: 88px;
}

