body {
	margin: 10%;
	
	font-size: 13px;
	font-family: "Trebuchet MS, Verdana, Arial, sans-serif";
	color: #FFFFFF;
	background-image: url('greyscratchbg.gif')
}

h1 {
	font-size: 180%; 
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
}
h2 {border:3px solid #000000; font-size: 120%;
	background-color:#FFFFFF;
	color:#000000;
	padding-left:8; padding-right:3; padding-top:3; padding-bottom:3
}

p   { text-align: justify; line-height:200% }

a   { text-decoration: none; color: green }
a:hover { border-style:dashed; border-width:1; color: #FF0000; }