body {
	background-repeat:repeat-y;
}
a:active { color: #33FF33 }
a:hover {
	color: #CCFF00;
	text-decoration: underline
}
a:link {
	color: #FFFFCC;
	text-decoration: none
}
a:visited { text-decoration: none }

