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

body {
	background-color: #1B1B1B;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
}
.contentbox {
	margin-top: 10px;
	margin-left: 45px;
	margin-right: 25px;
	text-align: left;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 275%;
	font-weight: normal;
}
.border {
	border: 1px solid #1B1B1B;
}
a {
	color: #FF3300;
}
