<!--
A {
	color: Maroon;
	font-family: Georgia, serif;
	font-weight: bolder;
	text-decoration: none;
}
A:hover {
	color: Maroon;
	font-weight: bolder;
	text-decoration: underline;
}
body p{
	font-family: Georgia, serif;
	color: #333;
	font-size: 85%;
}
body {
	background: url(paper06_1.gif); 
    background-attachment: fixed;
}

h1 {
	color: #333;
        letter-spacing: 1px;
        text-align: center;
        font-size: 1.3em;
		margin-bottom: 0px;
}
h2 {
	color: #333;
        letter-spacing: 0px;
        text-align: center;
        font-size: 1.0em;
		margin-bottom: 0px;
}
.menu p {
		color: maroon;
		text-align: center;
		font-weight: normal;
		margin: 5px;
		font-size: 100.01%;
	}
	 
.menu a {
		color: maroon;
		font-weight: bolder;
		text-decoration:none;
		letter-spacing: 1pt;
		font-size: 70%;
}

.menu a:hover {
        color: maroon;
}
span.initial {
		font-weight: bolder;
		font-size: 1em;
		font-style: italic; 
}
img {
margin: 10px 0 10px 0;
}