﻿/*
CSS for Flourish
*/

body {
  font-family: Verdana, sans-serif;
	background-color:#BEA7CC;
}

h1 {
  font-family: "Times New Roman", sans-serif;
  font-style: italic;  
  font-size: xx-large;  
  font-weight: bold;
  color: purple;
}

h2 {
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  font-size: x-large;
  font-weight: bold;
  color: purple;
}

h3 {
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  font-size: large;
  font-weight: bold;
  color: purple;
}

h4 {
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  font-size: medium;
  font-weight: bold;
  color: black;
}

li {
  font-family: Verdana, sans serif;
  font-style: normal;
  font-size: medium;
  font-weight: normal;
  color: black;
}

p {
  font-family: Verdana, sans serif;
  font-style: normal;
  font-size: medium;
  font-weight: normal;
  color: black;
}

div.MainSpan
{
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0;
}

div.SubSpan
{
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	height: 100%;
	z-index:0;
	background-color:white; 
	border:1px solid thin purple;
	padding:15px;
}

div.Times
{
	float:left;
	margin-right:10px;
}

div.MainImage
{
	float:left;
	margin-right:20px;
}

div.Navigation
{
	clear:both;
}

span.Title
{
  font-family: "Times New Roman", sans-serif;
  font-style: italic;  
  font-size:500%;  
  font-weight: bold;
  color: purple;
}

span.SubTitle
{
  font-family: "Times New Roman", sans-serif;
  font-style: italic;  
  font-size:300%;  
  font-weight: bold;
  color: purple;
}

ul
{
margin:0px;
padding 0px;
}