h1 {
	font-family:courier;
	text-align:right;
	border:dotted #ff0;
	background-color:#509;
	color:white;
}
h2 {
	font-family:courier;
	font-variant:small-caps;
	border:dotted #ff0;
	background-color:#039;
	color:white;
	align:center;
}

body {
	background-color:#039;
}

p {
	font-family:courier;
	font-size:80%;
	color:000;
}
p.title {
	font-family:courier;
	font-size:200%;
	font-weight:bold;
	text-align:right;
	border:dotted #ff0;
	background-color:#509;
	color:white;
}

hr {
	border: solid;
	border-width: 1;
	color: #000;
	background-color:#000;
}

img {
	border: dotted;
	background-color: #000;
}
img.plain {
	border: none;
	vertical-align:text-bottom;
}

a {
	font-family:courier;
}
a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: line-through;
}
a:hover {
	color: #509;
	text-decoration: overline;
}
a:active {
	color: #000;
	text-decoration:none;
}

table {
	border:none;
	background-color: fff;
	padding:0;
	spacing:0;
}
td {
	padding:0;
	spacing:0;
}