/* Petits BBS CSS Sample */

Body {
	font-family: MS Gothic,monospace;
	background-repeat:repeat-y;
}

A:link,A:visited,A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color:		orange;
}

