body {border:0px red solid;background-color:#ab003c;z-index:3;}

.welcome {background-color:white;
	
	text-align:center;
	font-family:'lucida handwriting';
	color:red;
	font-size:40pt;
	font-weight:300;
	}
	
	.actbut {
	background-color:yellow;
	position:absolute;
	left:60px;
	width:180px;
	height:35px;
	z-index:3;
	visibility:visible;
	border:8px red solid;
	text-align:center;
	padding-top:5px;
	font-size:1.2em;
	font-weight:700;
	border-style:inset;
	}
	
	a:hover{color:red}