BODY{
	background: white;
	color : black;
    font-family: arial, sans-serif;
	font-size: 14px;
	text-align: left;
	}
li{
	font-size: 10px;
	}
a:link{
	/* Applies to all unvisited links */
	text-decoration: none;
	font-weight: lighter;
	/* background-color: #ddd; */
	color: black;
	}
a:hover{
	/* Applies to links under the pointer */
	text-decoration: none;
	font-weight: lighter;
	/* background-color: blue; */
	color: red;
	}
a:visited{
	/* Applies to all visited links */
	text-decoration: none;
	font-weight: lighter;
	/* background-color: #ddd; */
	color: black;
	}
a:active{
	/* Applies to activated links */
	text-decoration: none;
	font-weight: lighter;
	/* background-color: black; */
	color: silver;
	}