/* CSS Document */
p {
	font: normal .9em courier new, courier, mono;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}
a:link{
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	font-weight: normal;
	text-decoration: none;
}
a:visited{
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	font: normal .7em courier new, courier, mono; 
	padding-left: 1em;
	padding-right: 1em;
	padding-top : .5em;
	text-align: center;	
}
#footer a:link {
	text-decoration: underline;	
}
#footer a:visited {
	text-decoration: underline;	
}
#footer a:hover {
	font: normal;
	text-decoration: none;	
}
.copyright {
	font: bold .7em courier new, courier, mono;
	text-align: center;
}
#maintext {
	border: thin dashed #ffffff; 
	font: normal .9em courier new, courier, mono;
	 color: #ffffff;
	text-align: justify;
	width: 550px;
	padding: 10px;
	border-position: center;
}
.title p {
	font: normal .9em courier new, courier, mono;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}
.title a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.title a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.title a:visited {
	font-weight: bold;
	color: #999999;
}
h2 {font: normal 1em courier new, courier, mono;
color: #ffffff;
text-align: center;}
