body {
	background: url('../images/background1.gif');
	color: darkgreen;
	font-family: Tahoma;
}

p.outset {
	border-style: outset;
	background-color: darkgray;	
	font-family: comic sans ms;
}

div.outset {
	border-style: outset;
	background-color: darkgray;	
	font-family: comic sans ms;
	width: 200px;
	cursor: hand;
}

a.button:link 		{color:darkgreen; text-decoration: none}
a.button:visited  {color:darkgreen; text-decoration: none}
a.button:hover   {color:gray; text-decoration: underline}
a.button:active   {color:gray; text-decoration: none}