/* CSS Document */

.text{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

.dates{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 2;
	padding: 3px;
}

a:link{
	text-decoration:none;
	font-weight:bold;
	color: #293680;
}
a:visited{
	text-decoration:none;
	font-weight:bold;
	color: #293680;
}
a:hover{
	text-decoration:underline;
	font-weight:bold;
	color: #688bd7;
}
a:active{
	text-decoration:underline;
	font-weight:bold;
	color: #688bd7;
}

.logo {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: bold;
	color: #688bd7;
}

.imglink {
	border-style:none;
}