@charset "utf-8";
/*
Cascading Style Sheet for http://www.hsdejong.nl/nepal/
This style is only for the trek pages
Last update: 8 July 2011
*/
a:link {
	color: #80F040;
}
a:visited {
	color: #80F040;
}
/* a:hover MUST come after a:link and a:visited in order to be effective */
a:hover {
	color: #F0D020;
}
body {
	background-attachment: fixed;
	background-image: url("background.png");
	background-position: center;
	background-repeat: repeat;
	color: #A0F0B0;
	font-family: "Comic Sans MS", cursive;
}
