body 	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: large;
	color: black;
	}
font.gb{
	color: green;
	font-weight: bold;
	}
	
font.rb{
	color: red;
	font-weight: bold;
	}

font.ob{
	color: orange;
	font-weight: bold;
	}

a:link	{
	color: blue;
	}

a:visited	{
	color: purple;
	}

a:hover	{
	color: yellow;
	}

a:active	{
	color: purple;
	}

a.notice:link  {
	color: white;
	text-decoration: none;
	}

a.notice:visited  {
	color: white;
	text-decoration: none;
	}

a.notice:hover  {
	color: yellow;
	text-decoration: none;
	}

a.notice:active	{
	text-decoration: none;
	color: white;
	}


