﻿.body
{
    FONT-FAMILY: Arial;
    COLOR: #000000;
    FONT-SIZE: 10pt;
    font-style: normal;
    FONT-WEIGHT: normal;
    text-align: left;
}

body { 
  background-image: url("background.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
} 

.bodytext
{
     FONT-FAMILY: Arial;
    COLOR: #000000;
    FONT-SIZE: 10pt;
   font-style: normal;
    FONT-WEIGHT: bold;
    
    

}

li
{
    COLOR: #4e2607;
    
    
}

.h1
{
    FONT-FAMILY: Arial;
    COLOR: #000000;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    text-align: normal;
  
}

.bottomText
{
    FONT-FAMILY: Arial;
    COLOR: #FFFFFF;
    FONT-SIZE: 8pt;
    text-align: center;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active { 
	text-decoration: underline;
	color: #FFFFFF;
	}