@charset "utf-8";
/* CSS Document */

body {
	background-color:#520758;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size:14px;
}

h1{
	font-size:30px;
	font-weight:bold;
	color:#000000;
	margin:4%;
}

h2{
	font-size:18px;
	color:#8d5394;
	margin:4%;
}

h3{
	font-size: 10pt;
	font-weight: bold;
}

.text{
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size:14px;
	color:#3f3a36;
	line-height:120%;
	text-indent: 20px;
}
.text1{
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size:10px;
}

.nav{
	color:#b3642e;
	font-weight:bold;
}

#mainNav a:link {color: #b3642e; text-decoration: underline; }
#mainNav a:active {color: #b3642e; text-decoration: underline; }
#mainNav a:visited {color: #b3642e; text-decoration: underline; }
#mainNav a:hover {color: #520758; text-decoration: underline; }


.questions{
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size:14px;
	color:#3f3a36;
	line-height:120%;
	margin:4%;
}