body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover{
  background-color: #FF0000;
  color: #000000;
}
.FMtitle {
	font-size: small;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.main {
	position: relative;
	left: 5px;
	padding: 5px;
}
.side_box {
	position: relative;
	width: 130px;
	left: 5px;
	top: 5px;
	z-index: 1;
	padding: 5px;
	float: left;
	border-top: 2px groove #FF0000;
	border-right: 2px groove #FF0000;
	border-bottom: 2px groove #990000;
	border-left: 2px groove #990000;
}

.side_box_title {
	font-size: larger;
	color: #000000;
	text-align: center;
	font-weight: bold;
}


th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}
.cell {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
h1 {
	font-size: x-large;
	text-align: center;
}

h2 {
	font-size: large;
	font-style: normal;
	font-weight: normal;
}

.smaller {
	font-size: smaller;
	font-variant: small-caps;
}
.questionheader {
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
.question {
	font-style: italic;
}
.answerheader {
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
.answer {
	text-indent: 10px;
	
}
img {
	vspace: 2 px;
	padding: 2px;
	border: 0px;
	margin: 5px;
}
