body {
	margin: 5ex;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: rgb(255, 255, 255);
	background: rgb(120, 120, 120);
}
table {
	font-family: verdana, sans-serif;
	font-size: 10px;
}

img {
	border-color: rgb(200, 200, 200);
	color: rgb(200, 200, 200);
}
img:hover {
	border-color: rgb(220, 50, 50);
	color: rgb(220, 50, 50);
}


a {
	text-decoration: none;
	color: rgb(220, 50, 50);
}
a:hover {
	text-decoration: none;
	color: rgb(200, 200, 200);
}

h2 {
	font-size: 200%;
}
big {
	font-size: 150%;
}

.inbox {
	margin: 0px;
	font-family: verdana, sans-serif;

	background: rgb(70, 70, 70);
	font-size: 10px;
	color: rgb(255, 255, 255);
}

div.box {
	border: 1px solid rgb(0,0,0);
	background: rgb(70, 70, 70);
	width: 500px;
	padding: 5px;
}

div.hammond {
	width: 500px;
	background: url(hammond.gif) no-repeat top;
}
div.hammond:hover {
	background: url(hammondRED.gif) no-repeat top;
}

.counter {
	color: rgb(0,0,0);
}

