BODY {
	padding: 0px;
	margin: 0px;
	width: 640px;
	height: 480px;
	background-color: silver;
	background-image:url(../bg.gif);
	}
input {
	font-family: monospaced;
	font-size: 14px;
	}
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family: serif;
	font-weight: normal;
	font-size: 14px;
	}
H1, H2, H3, H4, H5, H6 {
	font-family: sans-serif;
	font-weight: bold;
	text-align: left;
	color: white;
	}
H1 {
	font-size: 24px;
	}
H2 {
	font-size: 18px;
	}
H3 {
	font-size: 14px;
	}
TABLE {
	margin: 10px;
	}
TD {
	padding: 0px;
	background-color: #C0C0C0;
	}
