body {
	background-image: url("page_bgr.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

body, table, p, ul, li, input, textarea, select {
	font: 8pt sans-serif;
	color: #333;
}

table.main {
	border: 5px solid white;
	margin-top: 100px;
}

h1
{
	font: 16pt verdana, sans-serif;
	color: #c00;
}

p
{
	padding: 10px;
}

a {
	text-decoration: none;
	color: #c00;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #f00;
	font-weight: bold;
	border-bottom: 1px solid black;
}