a
{
	text-decoration: none;
	background: transparent;
}

a:hover
{
	color: red;
	background: transparent;
}

address { text-align: center; }

body
{
	color: #000000;
	background: #BFBFBF;
	margin: 40px;
	font-family: Palatino, "Times", serif;
}

body.center { text-align: center; }

.bold
{
	font-style: normal;
    font-weight: bold;
}

col.right { text-align: right; }

div.center { text-align: center; }

h1
{
	text-align: center;
	color: navy;
	font-family: Palatino, "Times", serif;
	font-size: 300%;
	font-style: italic;
	font-weight: normal;
	background: transparent;
}

h2
{
	text-align: center;
	color: navy;
	font-family: Palatino, "Times", serif;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	background: transparent;
}

img.top { vertical-align: middle; }

.italic { font-style: italic; }

p:first-letter { font-size: 150%; }

pre { font-family: courier, monaco, monospace; }

table.nav
{
	padding: 5px;
	float: right;
	width: auto;
	height: auto;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -.1em;
}

td { padding: 5px; }
ul { list-style-type: disc; }
