﻿h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}

p {
	Font-family: Areal, Helvetica, sans-serif;
	font-size: 1em;
	font-sytle: normal;
	font-weight: normal;
}
.underlined{
	text-decoration: underline;
}
.BorderBottom {
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #800000;
}
.BorderBottomThick {
	border-bottom-style: groove;
	border-bottom-width:medium;
	border-bottom-color: #800000;
}

.yellow {
	background-color: #F9FF00;
}
.maroonlet {
	color:maroon;
}
.redlet  {
	
	color:red;
}	
.whitelet {
	
	color:white;
}
.orangelet{
	
	color: orange;
}
.greenlet {
	color:#99FF66;
	background-color:#CC9900;
	/*color:#669900;*/
}
.logolist {
	list-style-image: url('Images/NewLogoSmallFlat.gif');
}
.logolist li {
	margin-bottom:.35em;
}
.logolist li li {
	list-style-image: url('Images/NewLogoSmallFlat.gif');
	
}
.wizlist {
	list-style-image: url('Images/wizardbutton.jpg');
}

.wizlist li {
	margin-bottom:.35em;
}
.wizlist li li {
	list-style-image: url('Images/NewLogoSmallFlat.gif');
	
}
.heartlist {
	list-style-image: url('Images/wizardbutton.jpg');
}

.heartlist li {
	margin-bottom:.35em;
}
.heartlist li li {
	list-style-image: url('Images/heart.gif');
	
}

.questionlist   {
	list-style:none;
	list-style-image: url('Images/question.gif');
	/*background-image:url(Images/question.gif);
	background-position: -10px 8px;
	background-repeat:no-repeat;*/
		margin-bottom:.5em;
		
}
.answerlist li {
	list-style-image: url('Images/answer.gif');
		margin-bottom:.3em;

}
.spacedlist li {
	margin-bottom:1em;
}	
.medlist  li {
	margin-bottom: .5em;
}

