body { 	color:			grey; 
	background-image:	url('images/bgm.gif');
	margin-left:		5%;
	margin-right:		5%;
	margin-top:		1em;
	margin-bottom:		1em;
}

:link { color: black }  /* for unvisited links */
:visited { color: black } /* for visited links */
:active { color: red } /* when link is clicked */
:hover { color:  black } /* when mouse is over link */

ul.circle 
{
list-style-type: circle
}

/*h1 { background: rgb(255, 153, 102)*/
//h1 { background: rgb(255, 110, 1) }

