﻿body, html {
	color: #453A28;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 18px;
}

h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
	color:#fff;
	letter-spacing:-1px;
	font-family: Trebuchet MS;
}

h2 {
    color: #F7941E;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 5px;
	font-weight:800;
	font-family: Trebuchet MS;
}

a:link, a:active, a:visited {
	color: #F7941E;
	text-decoration:none;
}

a:hover{
	color: #F7941E;
	text-decoration:underline;
}