﻿body, table, div
{
	font-family: sans-serif;
	font-size: 12px;
	color: darkgray;
}
table, div
{
	background-color: White;
}
body
{
	background: url(images/body_background.jpg); 
	background-repeat: repeat-x;
	background-color: #e7e9ea;
}
a
{
	color: Teal;
	text-decoration: none;
}
a:hover
{
	color: olive;
	text-decoration: underline;
}

h3
{
	font-family: sans-serif;
	font-weight: normal;
	margin: 0 0 0 0;
	display: block;
	color: #c7b964;
	font-size: 18px;
}
.header_linear
{
	font-family:  sans-serif;
	color: White;
	font-weight: normal;
	font-size: 18px;
	padding: 4 4 4 16;
}


