@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFB3;
	background:#000000;
	align: center;
}
a:link {
	color: #FFFFB3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFB3;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
.note {
	margin:1em;
	padding: 1em;
	border:1px solid yellow;
	border-radius: 6px;
}