body {
	margin:0px;
	padding:50px;
	color:black;
	background-color:white;
	font-family:Arial;
}
h1 {
	padding:5px;
	color:white;
	background-color:#37a;
	border:1px solid #37a;
	border-radius:10px;
	font-size:2.5em;
	text-align:center;
}
h2 {
	color:#146;
	font-size:1.5em;
	text-align:center;
}
h3 {
	text-align:center;
}
hr {
	width:25%;
}
ul.view {
	list-style-type:none;
	margin-left:100px;
	margin-right:100px;
}
ul.view li {
	border:1px solid black;
	border-radius:20px;
	min-height:210px;
	margin-top:10px;
}
ul.view li img {
	max-width:200px;
	max-height:200px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}
ul.view li p {
	margin-left:220px;
}
/* Navigation */
ul.nav,
.nav ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}
ul.nav {
	display: table;
	width: 100%;
	table-layout: fixed;
}
ul.nav>li {
	display: table-cell;
	position: relative;
	padding: 2px 6px;
	border-left: 1px dotted darkblue;
/*	text-align: center;*/
}
ul.nav li>ul {
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}
ul.nav li:hover>ul {
	display : block;
}
.nav ul li a {
	display: block;
	padding: 2px 10px;
}
ul.nav,
.nav ul,
.nav ul li a{
	background-color: white;
	color: darkblue;
}
ul.nav li:hover,
ul.nav li a:hover,
.nav ul li a:hover {
/*	background-color: DarkOrchid;*/
	color: blue;
}
ul.nav li:active,
.nav ul li a:active {
	background-color: darkblue;
	color: white;
}
ul.nav,
.nav ul {
	border: 1px solid darkblue;
}
.nav a {
	text-decoration: none;
/*	text-align: center;*/
	color: darkblue;
}
table {
	margin-left:100px;
	margin-right:100px;
}
th, td {
	font-family:Verdana;
	padding:2px;
}
p {
	margin-left:100px;
	margin-right:100px;
}
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;		}

