@font-face {
  font-family: gastonfont;
  font-style:  normal;
  font-weight: normal;
  src: url(MONOTYP0.eot);
  }

body {
	background-color: #ccffcc;
	background-image: url(images/left_bar.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Palatino Linotype", serif;
	color: #006600;
}

img {
border-style: solid;
border-color: green;
}

a.band:link {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

a.band:active {
color: #ff0000;
text-decoration: none;
}

a.band:visited {
color: #006600;
text-decoration: underline;
}

a.band:hover {
color: #ff0000;
text-decoration: none;
}

a.mail:link {
color: #006600;
text-decoration: none;
}

a.mail:active {
color: #ff0000;
text-decoration: none;
}

a.mail:visited {
color: #006600;
text-decoration: none;
}

a.mail:hover {
color: #ff0000;
text-decoration: none;
}



