﻿a:link
{
	color: rgb(99,37,37); 
}
a:visited
{
	color: rgb(99,37,37); 
} 
a:active 
{
	color: rgb(99,37,37);
}
body
{
	background-position: center center;
	font-family: Arial, Helvetica;
	background-color: rgb(233, 212, 173);
	color: rgb(99, 37, 37);
	background-image: url('MyBackground.jpg');
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(99,37,37);
}
h2
{
	color: rgb(99,37,37); 
}
h3
{
	color: rgb(99,37,37); 
}
h4
{
	color: rgb(99,37,37);
}
h5
{
	color: rgb(99,37,37);
}
h6
{
	color: rgb(99,37,37);
}

