﻿body
{
	font-size: small;
	font-family: Verdana ;
}

p
{
	font-size: small;
	font-family: Verdana ;
}


h1
{
	font-size: medium;
	color: maroon;
}

h2
{
	font-size: large;
	font-weight: bold;
	color: #800000;
	border-bottom: #800000 2px solid;
}
h3
{
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	color: maroon;
}

.faqQuestion
{
	font-size: large;
	font-style: italic;
	font-family: 'Times New Roman';
	border-bottom: silver 2px dashed;
	font-weight: bold;
	background-color: #ffffcc;
}

.faqAnswer
{
	font-size: small;
	font-family: verdana;
}

li.faqAnswer
{
	list-style-type: none;
}
