/* CSS Document */
body{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	}
A:link{color: #000000; text-decoration: none; font-weight: bold;}
A:visited{color: #000000; text-decoration: none;font-weight: bold;}
A:active{color: #000000; text-decoration: none;font-weight: bold;}
A:hover {color: #57C843;text-decoration: none; font-weight: bold;}

.alert{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  color:#ff0000;
}