body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size : 12px;
	background-color: #899380;
}

h1 {
	color: #555B4F;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #996600;
}

p, ul, li {
    font-size : 12px;
	line-height : 120%;
}
p.small {
	font-size: 11px;
	color: #500A00;
}

p.medium {
	font-size: 11px;
	line-height : 14px;
}

p.footer {
	font-size: 11px;
	color: #FFFFFF;
}

p.title {
	font-size: 14px;
	font-weight: bold;
	color: Maroon;
}

/*LINKS---------------------------------------------*/

A:link, A:visited{
	color: #B3220D;
	text-decoration: underline;
}
A:hover {
	color: #590000;
	text-decoration: underline;
}

A.small:link, A.small:visited {
	color: #500A00;
	text-decoration: none;
}

A.small:hover {
	color: #B3220D;
	text-decoration: none;
}

A.home:link,  A.footer:visited  {
	color: #500A00;
	text-decoration: none;
	font-weight: bold;
}
A.home:visited {
	color: #500A00;
	text-decoration: none;
	font-weight: bold;
}
