.sans	{
	font-family: sans-serif;
	}

.serif	{
	font-family: serif;
	}

.monosp	{
	font-family: monospace;
	}

.fontinc	{
	font-size: 25pt;
	}

TABLE	{
	clear: both;
	}

.fl	{
	float: left;
	}

.fr	{
	float: right;
	}

BODY	{
	background-image: none;
	background-color: yellow;
	color: black;
	}

A:link	{
	color: blue;
	background: transparent;
	}

A:visited	{
	color: purple;
	background: transparent;
	}

A:active	{
	color: red;
	background: transparent;
	}

FONT.test {
	font-size: 1em;
	}
