#pageFooter {width: 42em; text-align: center;}

body 
{ 
	color: black;
	font-family: Times New Roman;
} 
a.title
{
	text-decoration: none;
	color: Navy;
}
a:link, a:visited
{ 
	text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(204, 204, 204);

} 
a:hover 
{ 
	color: rgb(97,127,225);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(97,127,225);
}
span.title
{
	font-size: xx-large;
	font-weight: bold;
}
span.lastWrite
{
	margin-left: 2em;
	font-size: smaller;
	position: relative;
	top: -0.4em;
}
img.nav
{
	padding-left: 0.2em;
	padding-right: 0.3em;
	position: relative;
	top: 0.1ex;
}
a.nav
{
	padding: 0.2em;
	position: relative;
	border: 0px;
	left: -0.2em;
	top: 0.1em;
}
a.nav:hover
{
	background-color: rgb(250,252,254);
	text-decoration: none;
}
p 
{
	width:42em; 
	margin-left:3em;
	margin-top: 0.5em;
}
span.heading
{
	display: block;
	font-size: large;
	font-weight: bold;
	margin-left: 1.5em;
	margin-top: 1.5em;
}
.warn
{
	color: Red;
}
img
{
	border: 0px;
}
hr.header {border: 0px; border-top: 1px solid grey; width: 44.5em; margin-left: 1.5em; text-align: left;}
span.header, div.header {margin-left: 1em; font-size: x-large;}
em em
{
	font-style: normal;
}