@charset "utf-8";
/* CSS Document */

{
body {font-family: Arial, Helvetica, sans-serif;}

hr {
border: 0;
width: 100%;
color: ##E6DAC2;
background-color: #E6DAC2;
height: 5px;
}
	
A:link {color:#326698; text-decoration:none;}
A:visited {color:#006C45; text-decoration:none;}
A:active {color:#326698; text-decoration:none;}
A:hover {color:#006C45; text-decoration:underline;}



h1, h2, h3, h4 {
	color: #E6DAC2;
	
}


.picfloatright{
margin:0;
border:none;
display:block;
float: right;
clear: right;
}

.picfloatleft{
margin:0;
border:none;
display:block;
float: left;
clear: left;
}




