body {
	background-image: url(background.png);
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: rgb(255,255,255);
}
a {
	font-weight: bold;
	color: rgb(135,135,255);
	text-decoration: none;
}
a:hover {
	color: #808080;
	background-color: rgb(225,225,225);
}
td {
	background-color: rgb(0,0,0);
	font-size: 12px;
	align: left;
}
td.header {
	font-size: 35px;
}
td.huge {
	font-size:125px;
	text-align:center;
}
td.center{
	background-color:rgb(0,0,0);
	
}
table.border{
	background-color: rgb(238,203,203);
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 33px;
}
h6 {
	text-align: center;
	font-size: 10px;
}
input {
	color: rgb(255,200,190);
	background-color: rgb(0,0,0);
	border-width: 1px;
	border-color: rgb(159,0,0);
}
textarea {
	color: rgb(255,200,190);
	background-color: rgb(0,0,0);
	border-width: 0px;
	border-color: rgb(159,0,0);
}
#tourist {
	color: rgb(255,60,60);
}
#avenger {
	color: rgb(60,60,255);
}