body {
background-color:#FAE7B3;
}

h2 {
	font-family: arial;
	font-size: 14px;
	font-style: normal; 
	margin-bottom:24px;
	margin-top: 31px;
	font-weight: normal;
	color: #FDE5A5;
}

h3 {
	font-family: arial;
	font-size: 14px;
	font-style: normal; 
	margin-bottom:12px;
	margin-top: 12px;
	font-weight: normal;
	color: #FFDA77;
}

.cat {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D27B39;
}

A.cat:link    {color:#D27B39; text-decoration:none;}
A.cat:visited {color:#D27B39; text-decoration:none;}
A.cat:active  {color:#D27B39; text-decoration:none;}
A.cat:hover   {color:#FDE5A5; text-decoration:none;}

.subcat {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #EA9453;
}

A.subcat:link {color:#EA9453; text-decoration:none;}
A.subcat:visited {color:#EA9453; text-decoration:none;}
A.subcat:active  {color:#EA9453; text-decoration:none;}
A.subcat:hover   {color:#FDE5A5; text-decoration:none;}

A:link    {color:#EA9453; text-decoration:line;}
A:visited {color:#EA9453; text-decoration:none;}
A:active  {color:#EA9453; text-decoration:none;}
A:hover   {color:#FDE5A5; text-decoration:none;}

