a:link {color: #0000A0;}
a:visited {color: #FF6215;}
a:hover {color: #408080;}

table * {
	font-family: "Times New Roman" Times serif;
	text-align: left;
}
#navbar {
	position: fixed;
	left: 0;
	top: 0;
	width: 190px;
	line-height: 40px;
}
#wrapper {
	float: left;
	width: 190px;
	border: 2px;
}
#main {
	margin-top: 50px;
	margin-left: 210px;
	text-align: center;
}
#main_left  {
	margin-top: 50px;
	margin-left: 210px;
	text-align: left;
}
body {
	background: url(background_white.gif) repeat-y left top;
	font-family: "Times New Roman" Times serif;
	font-size: large;
}
#footer {
	margin-top: 100px;
	margin-right: 25px;
	font-size: small;
	text-align: right;
}
hr {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	}
H1 {
font-size: 2em;
font-color: #000099;
}

.alert {
	color: red;
	font-size: x-large;
}
.alert_small {
	color: red;
}

.death	{
	font-size: medium;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	border-bottom-width: medium;
	border-color: black;
}