body {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 100%;
}
h1{
	font-size: 140%;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a.menu {
	font-size: 60%;
	color: #0033CC;
	text-decoration: none;
}
a.menu:hover {
	color: #0066FF;
	text-decoration: underline;
}
hr {
	color: #000000;
}
.tiny {
	font-size: 9px;
}

