/* CSS Document */

.footer {
	font-family: Tahoma, Veranda, Arial;
	font-size: 10px;
	color: #670874;
}

.header {
	font-family: Tahoma, Veranda, Arial;
	font-size: 12px;
	color: #670874;
}	
	
.subheader {
	font-family: Tahoma, Veranda, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #92319F;
}
.quote {
	font-family: Tahoma, Veranda, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #92319F;
	
}

h1 {
	font-family: Tahoma, Veranda, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #670874;
}

h2 {
	font-family: Tahoma, Veranda, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #1F615C;
}

p {
	font-family: Tahoma, Veranda, Arial;
	font-size: 16px;
	color: #670874;
}	
ul {
	font-family: Tahoma, Veranda, Arial;
	font-size: 16px;
	color: #670874;
}

a:link {
	color: #35817B;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #DDD8DC;
}
a:hover {
	text-decoration: underline;
	color: #670874;
}
a:active {
	text-decoration: underline;
	color: #670874;
}