@charset "utf-8";

div#container div#body div#content a
{
	text-decoration: none;
}

div#container div#body div#content a:hover
{
	text-decoration: underline;
}

