/* style.css - a simple style sheet */
body	
{ 
margin-left: 5%; margin-right: 5%; 
color: black; background: white; 
font-family: verdana, arial, helvetica, sans-serif; 
background-image: url('http://cruisenews.net/images/naut14.jpg');
ul: disc;
}
div.whitebg
	{
	background: white;
	padding: 0.5em;
	border: none;
	}

  :link { color: blue }  /* for unvisited links */
  :visited { color: red } /* for visited links */
  a:active { color: navy } /* when link is clicked */
  a:hover { color: purple } /* when mouse is over link */
