html, body, table, h1, h2, h3, h4, div, footer, p, nav
{
	display: block;
	font-family: 'Century Gothic';
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
//a:hover {color: #00FF00; text-shadow: 1px 1px 1px #000000}
a:hover {color: #00FFFF; text-shadow: 1px 1px 1px #000000}
a:active {text-decoration: none; color: #000000;}

body {
}

table {
//border: 1px solid black;
width: 900px;
height: 100%;
}

td.left {
text-align: left;
vertical-align: top;
border-right: 2px solid black;
width: 210px;
}

td.right {
text-align: left;
vertical-align: top;
}

.rtitle {
font-size: 150%;
font-weight: bold;
}

.rdata {
font-size: 120%;
padding: 20px 0px 0px 10px;
}

img.profile {
border: 1px solid black;
border-radius: 7px;
}

.google {
height: 30px;
text-align: left;
vertical-align: middle;
}
