/*
Theme Name: Thoughtful Minute
Theme URI: http://www.theselongroup.com/
Description: Special Thoughtful Minute Theme.
Version: 1.5
Author: Dale Noles
*/

body {
	background: #fff url(http://www.chatsworthconsulting.com/mv-forms/images/bg.jpg);
	color: black;
	font: 12pt Arial, Verdana, Geneva, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	color: purple;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
h2 {
	color: purple;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

a {
	color: #daa520;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: purple;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:purple;
	font-weight: bold;
	text-decoration: underline;
}

#nav {
	text-align:center;
	margin:0;
	padding:0;
	color: purple;
	}

#nav a {
	color: purple;
}
.quote {
	color: purple;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-style: italic;
}
.QuizQuestion { 
	font-weight: bold;
}
.FirstWordOfQuizQuestion {
}
.QuizAnswer {
	font-weight: bold;
	text-align: center;
}
