﻿a:link
{
	color: rgb(51, 51, 51);
}
a:visited
{
	color: rgb(102, 102, 102);
} 
a:active 
{
	color: rgb(255,51,0);
}

html
{
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

body
{
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
 
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: #D49A41;
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255, 204, 0);
}
h5
{
	color: rgb(0, 128, 0);
}
h6
{
	color: rgb(0, 0, 0);
}
