body {
	#background-image: url(bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCFFCC;
	color: #000000;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #990000;
	font-weight: bold
}

table {
	background-color: #99CC99;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: center;
	background-color: #990000;
	color: #CCFFCC
}
td {
	background-color: #CCFFCC;
	padding: 5px;
}

img { border: 0; }

figure {
	vertical-align: text-top;
	border: 1px solid gray;
	padding: 5px;
}

figcaption {
	font-weight: bold;
	font-style: italic;
}

.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.clear { clear: both; }
.strike { text-decoration: line-through; }

table.center { margin: auto; }
div.quoted {
	font-style: italic;
}
