
UL {list-style-type: square}
STRONG {
	color: maroon;
	font-weight: demi-bold}
A:link  {
	color: blue;
	text-decoration: none;
	font-weight : bold;
	}
A:visited  {
	color:blue;
	text-decoration: none;
	   }
