/* Start of CMSMS style sheet 'landing page' */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 20px;
	text-decoration: none;
}

a:hover {
	color: #ff0000; 
	text-decoration: underline;
}

a {
	color: #999999; 
	text-decoration: none;
}
/* End of 'landing page' */

