﻿body 
{
	background-image:url(images/bground.jpg);
	background-repeat:repeat-x;
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	font-size:12px;
	
	
}

a 
{
 color:#bb5e09;
 text-decoration:none;
 font-weight:bold;	
}
a:hover
{
 color:#bb5e09;
 text-decoration:underline;
 font-weight:bold;		
}

h1
{
	font-size:16px;
	color:#343434;
}