.background {
	background-attachment: scroll;
	background-image: url(assets/images/notes.gif);
	background-repeat: repeat-x;


}
a:link {
	font-family: "Berlin Sans FB", Arial, Verdana, sans-serif;
	color: #990033;
	text-decoration: none;



}
a:visited {
	font-family: "Berlin Sans FB", Arial, Verdana, sans-serif;
	color: #FC7496;
	text-decoration: none;


}
a:hover {
	font-family: "Berlin Sans FB", Arial, Verdana, sans-serif;
	color: #00167D;
	text-decoration: underline;
}
a:active {
	font-family: "Berlin Sans FB", Arial, Verdana, sans-serif;
	color: #990033;
	text-decoration: underline;
}
ul {
	list-style-type: circle;
}
font {
	font-family: "Berlin Sans FB", Arial, Verdana, sans-serif;
}
.backgroundlogo {
	background-attachment: scroll;
	background-image: url(assets/images/logo_faded.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.tr {
	background-image: url(assets/images/header_text.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

