body {
	background-color: black;
	color: white;
	font-family: monospace;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/images/backgrounds/stars3.gif);
}

.main_title {
	font-size: 50px;
	text-align: center;
}

.enter {
	font-size: 50px;
	text-align: center;
}

a {
	color: lightblue;
}
a:visited {
	color: lightcoral;
}

h2 {
	font-size: 35px;
}

p,ul {
	font-size: 30px;
}

code {
	color: lightgreen
}

.gc {
	font-size: 20px;
}

/* Userbox Stuff */
.userbox {
	width: 239px;
	font-family: monospace;
	border: 1px solid;
	border-collapse: collapse;
}
.id {
	height: 45px;
	width: 45px;
	text-align: center;
	font-size:12pt;
	border: 1px solid;
	font-weight: bold;
}
.info {
	padding: 0 4pt;
	border: 1px solid;
	font-size: 8pt;
}