﻿body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: x-small;
}

.sectionTitle
		{
			color: #FF66CC;
			font-size: x-large;
		}
		
		.sectionContent
		{
			color: #FF66CC;
			font-size: x-small;
		}

.style2 {
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
}

.style3 {
	font-size: x-small;
	color: #808080;
}


html>body #navigation {
	width: 110px;
	padding: 0 0px;
	top: -200px;
	position: relative;
}

left_links
{
	color: #676767;
}

a:link
{
	color: #a48781;
	text-decoration: none;
}

a:visited 
{
	color: #a48781;	
	text-decoration: none;
}

a:hover
{
	color: #6e5652;
	text-decoration: underline;
}

a:active
{
	color: #a48781;	
	text-decoration: none;
} 


/* Site typography */
h1 
{
	
	font-family: "Trebuchet MS", sans-serif;
			color: #FF66CC;
			font-size: large;
		}
h2 {
	font-size: x-large;
	color: #FF66CC;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
	text-align: center;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
