body {
	background-image: url("active_images/bg135.gif");
	background-color: #B0E0E6;		/* sky-blue or #99FFCC; */
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 100%;
	font-weight: bold;
}

body.nav {
	background-image: url("active_images/bg135.gif");
	background-color: #B0E0E6;		/* sky-blue or #99FFCC; */
	font-family: Courier New, Courier, monospace;
	font-size: 80%;
	font-weight: bold;
}

h1 {
	color: red;
}

h2 {
	color: red;
}

p {
	text-align: left;
}

p.nav {
	font-family: Georgia, Garamond, Palatino, serif;
	font-weight: bold;
	color: red;
	font-size: 120%;
}

p.note {
	font-family: Georgia, Garamond, Palatino, serif;
	font-weight: bold;
	color: red;
	font-size: 90%;
}

blockquote {
	color: red;
}

a.nav {
	text-decoration: none;			/* remove underlining of links */
}

a:link {
	color: blue
}
a:visited {
	color: green
}
a:active {
	color: aqua
}
a:hover {
	color: fuchia
}

td {
	font-weight: bold;
}

.cv {font-weight:bold; text-align: center; color:black; font-size:80%; font-style:italic; font-family:Courier New, Courier, monospace}

.c {font-weight:bold; text-align: center;}
.l {font-weight:bold; text-align: left;}
.r {font-weight:bold; text-align: right;}

.q {font-weight:bold; color:red}			/* style for Questions */
.a {font-weight:bold; color:green}			/* style for Answers */
.n {font-weight:bold; color:black}			/* Normal style */

.bb {font-weight:bold; color:blue; font-size:110%; font-style:italic}
.br {font-weight:bold; color:red; font-size:110%; font-style:italic}
.bp {font-weight:bold; color:purple; font-size:110%; font-style:italic}

.hide {
	display: none
}

.mid {
	align: center
}

.fade {font-weight:lighter; color:grey}

