@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial;
	color: #666666;
	text-align: center;
	border: 1px dotted #666666;
	height: 380px;
	width: 400px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
h1 {
	font-size: 300%;
}
