a:link      {text-decoration:underline; color:black;}     /* unvisited link */
a:visited   {text-decoration:underline; color:black;}   /* visited link */
a:hover     {text-decoration:underline; color:teal;}    /* mouse over link */
a:active    {text-decoration:underline; color:teal;}    /* selected link */

body
{
	background-color: darksalmon;
	font-family: "Verdana", Helvetica, sans-serif;
	/*font-family:"Trebuchet MS", Helvetica, sans-serif;*/
	text-align: left;
	color: black;
}

#wrapper
{
	margin-left:10%;
	margin-right:20%;
}

h2 
{
    font-size:28px;
    line-height:80%;
}

#bigspace   {line-height:32px;}
h1          {font-size:48px;}
span        {cursor:pointer;}
span:hover  {text-decoration:none; color:blue;}