body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(images/background.gif) center 50px no-repeat;
	background-attachment: fixed;
}
a, a:link, a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
    color:#CC0000;
	text-decoration: none;
}
p {
    margin-bottom: 10px;
    line-height: 19px;
    font-size: 12pt;
}
h1 {
	font-size: 24pt;
	font-variant:small-caps;
	font-weight:bolder;
	color:#CC0000;
}
	
table {
	width: 80%;
	border-width: thick;
	border-color: #666666;
	border-style: groove;
}
table.form {
    width: 250px;
	border: 0;
}

