body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a {
	color: blue;
}

a:link, a:visited {color:blue;}


.dlnk {
	cursor:pointer;
	cursor:hand;
	text-decoration: underline;
	color: blue;
}

.main {
	width: 90%;
	border-width: 1px;
	border-left-color: red;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-style: solid;
	border-collapse: collapse;
} 

.Top {
	width: 100%;
	border-width: 1px;
	border-left-color: blue;
	border-top-color: blue;
	border-right-color: blue;
	border-bottom-color: blue;
	border-style: solid;
	border-collapse: collapse;
} 
.blurb {
	width: 85%;
	border-width: 1px;
	border-left-color: blue;
	border-top-color: blue;
	border-right-color: blue;
	border-bottom-color: blue;
	border-style: solid;
	border-collapse: collapse;
}


.blurbTD {
	background-color: white;
	padding: 6px;
}

.mainblockTD {
	background-color: beige;
	width: 85%;
	padding: 6px;
}


.righttadsTD {
	width: 15%;
	align: top;
}
