  @font-face {
    font-family: 'Andale Mono Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Andale Mono Regular'), url('ANDALEMO.woff') format('woff');
}

.style1 { font-family: "Andale Mono"; }
.style2 { font-size: 24px; }
.style3 { font-size: 16px; }
.style4 {
  font-family: "Andale Mono";
  font-size: 10px;
}

a {
	font-family: "Andale Mono";
	color: #CC6600;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
/*
a:visited {
  color: #FF3300;
}
a:hover {
  color: #FF0000;
}
*/
.francmenu a {
	font-size: 16px;
  /* text-transform: uppercase; */
}
.heading {
	font-family: "Andale Mono";
	font-size: 24px;
	color: #000000;
}
