/* links */
a { color: #005050; text-decoration: none; font-weight: bold; }
a:hover { color: #005; text-decoration: underline; font-weight: bold; }
a.broadcast { font-family: inherit; font-size: 2.5em; padding: 5px; }

/* headings and paragraphs */
h1, h2 { display: block; padding-bottom: 1px; }

/* heading extra large with border */
h1.fullbord {
	font-family: "Times New Roman", Times, Serif;
	font-size: 45px;
}
h1.bypic {
	font-family: "Times New Roman", Times, Serif;
	font-size: 45px;
	margin-right: 215px;
}

/* text area background colour */
.intd {
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
}
.intdplus {
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
}

/* the browser names */
span.r { color: #700; }
span.g { color: #070; }

/* the list of links on the main page */
dl.lessSpace { margin-left: 30px; margin-right: 30px; }
dl.lessSpace dt { font-weight: bold; }
dl.lessSpace dd { list-style-type: square; display: list-item; }