﻿ /* CSS Document */
 
body
 {
 	background-image:url(images/leth.jpg);
}

 
td {
	font-family: Helvetica, Arial, San-serif;
	font-size: 12px;
	color: #463120;
    text-align: left;
	vertical-align: top;
}

h1 {
	font-family: Helvetica, Arial, San-serif;
	font-size: 10px;
	font-weight: normal;
	color: #463120;
	text-align: left;
	
}

h2 {
	font-family: Helvetica, Arial, San-serif;
	font-size: 16px;
	font-weight: bold;
	color: #463120;
}

h3 {
	font-family: Helvetica, Arial, San-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #463120;
}

h4 {
	font-family: Helvetica, Arial, San-serif;
	font-size: 9px;
	color: #463120;
}

h5 {
	font-family: Helvetica, Arial, San-serif;
	font-size: 14px;
	font-weight: normal;
	color: #463120;
	text-align: left;
	
}

a:link {
	color: #902929;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #902929;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #d57902;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #902929;
	text-decoration: none;
}
