﻿h1
{
	font-family: Book Antiqua;
	font-size: 150%;
	text-align: center;
}

.emphasis
{
	font-family: Book Antiqua;
	font-size: 125%;
}

.Question
{
	font-weight: bold;
}

body 
{
	background-color:#FDFBE0;
	background-image: url(../images/Fabric2.jpg);
}

.content
{
	background-color:#BF3334;
}

.InnerText
{
	font-family: Book Antiqua;
	margin: 12px;
	text-align: left;
}

a:link
{
	color: #ab8b63;
	text-decoration: none;
}
a:visited
{
	Color: #ab8b63;
	text-decoration: none;
}
a:hover
{
 Color: #fdfce1;
 text-decoration: none;
}

