﻿body
{
	background-color: #fcfce5;
	background-position: left bottom;
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #4c4205;
}

H1 
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #4c4205;
}

.imageInText {
	float:left;
	border:0;
	margin: 0px 10px 10px 10px;
}

a {
	text-decoration: none;
	color: #4c4205;
	font-size: 13px;
	font-weight: bold;
}

a:visited 
{
    text-decoration: none;
	color: #4c4205;
	font-size: 13px;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #ff7e00;
	font-size: 13px;
	font-weight: bold;
}

a:active
{
	text-decoration: none;
	color: #4c4205;
	font-size: 13px;
	font-weight: bold;
}