﻿#SideBar
{
	display:none;
}

body 
{	
  font-size: 0.8em;
  font-family: Garamond, "Times New Roman", Times, serif; 
  max-width: 5in;
}

p
{
  text-align:justify;
}

ul
{
	list-style-image:url(images/divider.gif);
}

img
{
	border-style:none; 
}

.divided
{
	background-position:right; 
	background-repeat:repeat-y; 
	background-image:url('images/dividing-line.png');
	padding-right:1em;
}

.question
{
	font-weight:bold;	
}

.SmallPrint
{
	color:Gray;
	font-size:small;
}

.StressBad
{
	font-weight:bold;
	color:Red;
}

.StressGood
{
	font-weight:bold;
	color:Green;
}

hr
{
	border: 0;
	width: 80%;
	text-align:center;
	color: #ee9c00;
	background-color: #ee9c00;
	height: 3px;
}

.strike
{
	color:Red;
	text-decoration:line-through;
}

.strikeColorReset
{
	color:Black;
}
