body {
	background-color: rgb(255,255,255);
	background-image: url('../pics/frame.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: -15 0; 
	font-family: garamond, serif; 
	font-size: 14px; 
	font-style: normal;
	font-weight: normal;
	color: rgb(155,155,155);
	text-align: right;
}

a:link {
	color: rgb(155,155,155);
	text-decoration: none;
}

a:active {
	color: rgb(155,155,155);
	text-decoration: none;
}

a:visited {
	color: rgb(155,155,155);
	text-decoration: none;
}

a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}

#top {
	position: absolute;
	top: 10px;
	left: 60px;
	font-family: system;
	color: rgb(120,40,40);
}

#bottom {
	position: absolute;
	top: 555px;
	left: 60px;
	font-family: system;
	color: rgb(120,40,40);
}


div.title {
	margin-top: 7px;
	padding: 1px;
	font-family: system, serif; 
}

div.info {
	padding: 1px;
}