
body {
	/* margin-left: 10%; */
                      /* margin-right: 10%; */
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
                     background-image:
                     url("http://www.internet-resources.com/current.jpg")
            }

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }

h1,h2,h3,h4 {
                     font-family: "comic sans ms", arial, sans-serif
                       }

ul{
                     list-style-image: 
                     url("http://www.internet-resources.com/stash/list-marker.gif")
    }

:link { color: "#0000ff" } /* for unvisited links */
:visited { color: "#990099" } /* for visited links */
:hover { color: rgb(255, 0, 102)} /* when mouse is over link */
:active { color: rgb(153, 0, 153)} /* when link is clicked */