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;
	}

b {
	color: #666666;
	font-weight: 600;
	}

table tr td {
	font-size: 90%;
	text-align: left;
	}

a:link    { color:#0000ff; text-decoration: none; }
a:visited { color:#0563ff; text-decoration: none; }
a:hover   { color:#f8f8f8; background: #999999; text-decoration: none; }

#header { 
	text-align: left;
	background-color: #dfdfdf;
	border: 2px solid #f8f8f8;
	margin:  0;
	padding: 0;
	}

#header a:link    { color:#0000ff; font-size: 90%; font-weight: 500; border:2px solid #f8f8f8; text-decoration: none;  }
#header a:visited { color:#0563ff; font-size: 90%; font-weight: 500; border:2px solid #f8f8f8; text-decoration: none; }
#header a:hover   { color:#f8f8f8; font-size: 90%; font-weight: 500; border:2px solid #f8f8f8; background: #999999; text-decoration: none; }


#footer {
	width: 760px;
	background-color: #dfdfdf;
	font-size: 60%;
	text-align: center;
	margin: 0;
	padding: 3px;
	}

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

.border tr td {
	border: 1px solid #dfdfdf;
}

