﻿/*Base Colors*/
body
{
	font-size: 10pt;
	color: #323232;
	font-family: Cambria, Comic Sans MS , Tahoma, Arial, sans-serif;
	background-color: #f1e9d0;
	
}

object
{
	border-width:0px; 
	display:inline;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

h1,h2,h3,h4,h5,h6,#header
{
	color: inherit;
	font: inherit;
	background-color: inherit;
	color: #800000;
}

div,span,table,tr,td,p
{
	font-size: inherit;
	color: inherit;
	font: inherit;
	background-color: inherit;
}

/*Defined Colors*/
.border
{
	background-color: #520000;
	color: White;
}

.menu
{
	background-color: #D0B75C;
	color: White;
	
}
