body {
	margin:0px;
	padding:50px;
}
h1, h2 {
	text-align:center;
}
hr {
	width:25%;
}
table {
	margin-left:200px;
	margin-right:100px;
}
th, td {
	font-family:Verdana;
	padding:2px;
}
textarea {
	width:300px;
	height:150px;
}
a {
	color:DarkOrchid;
}
a:hover {
	color:MediumOrchid;
}
img {
	border:0;
}
blockquote {
	font-style:italic;
}

#loginbox, #registerbox {
	margin:auto auto;
	padding:5px;
	border:1px solid black;
	width:350px;
	min-height:200px;
}

#navigation {
	position:fixed;
	top:260px;
	left:10px;
	width:175px;
	border-right:1px solid black;
}

.b {	font-weight:bold;		}
.u {	text-decoration:underline;	}
.i {	font-style:italic;		}
.c {	text-align:center;		}
.r {	text-align:right;		}
.s {	font-size:small;		}
