/* Petits BBS CSS Sample */

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

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

