/* General */

html {
	color: black;
	background-color: #cccccc;
	font-family: "Comic Sans", sans-serif;
}

body {
	margin: 10px auto 10px auto;
	text-align: center;
}

/* Content */

table {
	margin: 0 auto 0 auto;
}
.content {
	width: 600px;
	margin: 0 auto 0 auto;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Attention colors */

.attention {
	color: #ff0000;
	font-weight: bolder;
}
.attention-r {
	background-color: #dd0000;
	color: black;
}
.attention-g {
	background-color: #00dd00;
	color: black;
}
.attention-y {
	background-color: #dddd00;
	color: black;
}

/* Footer stuff */

.referer {
	border: 0;
	width: 88px;
	height: 31px;
}
.comment {
	font-size: smaller;
	font-family: "Courier", sans-serif;
}

/* Tables */

caption {
	background-color: #ffffdd;
	color: black;
	font-weight: bolder;
}
.lineh {
	background-color: #ffffee;
	color: black;
}
.line0 {
	background-color: #e0e0e0;
	color: black;
}
.line1 {
	background-color: #f0f0f0;
	color: black;
}
.line0 th, .line1 th {
	padding: 4px;
}
