a:link 		{color: #002662; text-decoration:none;}
a:visited 	{color: #002662; text-decoration:none;}
a:hover 	{color: #0000cc; text-decoration:none;}
a:active 	{color: #000099; text-decoration:none;}
a:focus 	{color: #000099; text-decoration:none;}

p		{
			font-family: Arial, serif;
			font-size: 12px;
			color: #000099;
		}

ul		{
			font-family: Arial, serif;
			font-size: 12px;
			color: #000099;
		}

.must	{color:red;}
.ok 	{color: green; font-size: 10px; }
.fail 	{color: red; font-size: 10px;}
.help 	{font-weight: bold;}
.list	{font-weight: normal;}
.head	{font-size: 14px; font-weight: bold;}
