@charset "utf-8";
/* CSS Document */

a {text-decoration: underline; 
      color: #671F09;
	  size: 10px;
	  }
	  
a:hover {text-decoration:none; 
}	

body {
	background-color: #dbccbe;
	font-family: Calibri;
}
.style1 {font-family: Calibri}
.style2 {
	color: #789F12;
	font-weight: bold;
	font-size: 20px;
}  
