
BODY {
	background-image : url(../images/BGChart.jpg);
	background-attachment : fixed;
}

A.menu {
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: x-small;
}
P.menutext {
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: Teal;
}
.smallinfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* These are styles used in the online quizzes */

  td.left {
	vertical-align: middle;
  width: 33%
}

td.right{
  vertical-align: middle;
  width:
	background-color: ;
}

td.heading {
	background-color: Blue;
	color: White;
	}

textarea.fullwidth {
	width: 100%;
	height: 100px;
}

input.fullwidth {
	width: 100%;
}