html {
	font-size: 1.3em;
	text-align: left;
	}

body {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #efefef;
	margin: 10px 0;
	padding: 0;
	}

a:link    { text-decoration:none; color:#0000ff; }
a:visited { text-decoration:none; color:#0563ff; }
a:active  { text-decoration:none; color:#0563ff; border: 1px dashed #afafaf; }
a:hover   { text-decoration:none; color:#f8f8f8; background:#999999; }

p.alignleft {
	text-align: left;
	margin: 0;
	padding: 0;
	}

#header { 
	width: 756px;
	text-align: left;
	background: #efefef;
	border: 2px solid #f8f8f8;
	margin: 0 0 10px 0;
	padding: 0;
	}

#header a:link    { text-decoration: none; }
#header a:visited { text-decoration: none; }
#header a:hover   { background: #333333; text-decoration: none; }

#google {
	width: 728px;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#footer {
	width: 760px;
	background: #dfdfdf;
	font-size: 62.5%;
	text-align: center;
}
