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

#centre {
	padding: 0px;
	width: 500px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
h2 {
	padding-top: 25px;
	font-size: 24px;
	font-weight: normal;
}
a {
	font-size: 16px;
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}
#text {
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
