body 
{ 
	color: black;
	font-family: Times New Roman;
} 
a.title
{
	text-decoration: none;
	color: Navy;
}
a:link, a:visited
{ 
	text-decoration: none;
} 
a:hover 
{ 
	color: rgb(97,127,225);
	text-decoration: underline 
}
img
{
	border: 0;
}
p 
{
	width:42em; 
	margin-left:3em;
	margin-top: 0.5em;
}
span.heading, div.heading
{
	display: block;
	font-size: large;
	font-weight: bold;
	margin-left: 1.5em;
	margin-top: 1.5em;
}
.warn
{
	color: Red;
}
.info
{
	color: Blue;
}
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;
	border: 0;
}
a.nav
{
	padding: 0.2em;
	position: relative;
	left: -0.2em;
}
a.nav:hover
{
	background-color: rgb(250,252,254);
	text-decoration: none;
}
div.center
{
	text-align: center;
}
.indent
{
	margin-left: 2em;
}
