body {	font-family:arial, sans-serif;fontsize: 100%;
	color:maroon;
	background:#fdf;
	border: 10px inset yellow;}
h1 {font-variant: small-caps;
	font-size:250%;
	font-family:lucida sans unicode,times,serif;
	color:black;
	/*background: aqua;*/
	border: 10px red;
	text-align:center;}
h2 {	font-weight:bold
	font-size:150%;
	color:#fdf;
	background: maroon;
	border: 12px lime;
	}
a:link {font-style:italic;
	/*font-weight:bold:*/
	border:1px dashed red;	}
a:hover {font-weight:bold;
	background: #eee;
	text-decoration: underline;}
p {	border:2px solid black;	}
