/* CSS Document */

body {
	text-align:center; /* Hack for IE5/Win */
	background-color: #FBFBFB; /* light gray outside content box */
}
#Content {
  width: 800px; 
	margin:20px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border: 1px solid #aaa;
	background-color: #eee; /* white background within content box */
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	margin-left: 20px;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
}
h1.keys {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #dde;
	padding: 0; border: 0;
	margin: 10px auto;
	text-align: center;
	width: 610px;
}
a.smalllnk {color:gray;}
a.smalllnk:link {color:gray; text-decoration: none;}
a.smalllnk:visited {color:gray; text-decoration: none;}
a.smalllnk:active {color:gray; text-decoration: none;}
a.smalllnk:hover {color:blue; text-decoration: underline; }

a.akeys {color:#dde;}
a.akeys:link {color:#dde; text-decoration: none;}
a.akeys:visited {color:#dde; text-decoration: none;}
a.akeys:active {color:#dde; text-decoration: none;}
a.akeys:hover {color:#dde; text-decoration: none; }

