body {
	color: #000000;
	background-color: #ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: medium;
	vertical-align: middle;
	padding: 5px;
	margin: 0 auto;
}

div.content {	
	padding: 0px 10px 0px 10px;
	border: #6495ed solid 1px;
	width: 70%;
	text-align: left;
}	

a:link {
	color: #00008b;
	text-decoration: none;
	border-bottom: 1px dotted #00008b;
}

a:visited {
	color: #4b0082;
	text-decoration: none;
	border-bottom: 1px dotted #4b0082;
}

a:active {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px dotted #cc0000;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px dotted #cc0000;
}

a.image:link {
	background: transparent;
	text-decoration: none;
	border: none;
}
a.image:visited {
	background: transparent;
	text-decoration: none;
	border: none;
}
a.image:active {
	background: transparent;
	text-decoration: none;
	border: none;
}
a.image:hover {
	background: transparent;
	text-decoration: none;
	border: none;
}