a:link {
	background-color: transparent;
	color: #6A6B65;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #6A6B65;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #313131;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

body, table, td {
	font-family: Georgia, sans-serif;
	font-size: 12px;
}

h1 {
	color: #313131;
	font-size: 16px;
	margin-left: 10px;
}

h2{
	color: #313131;
	font-size: 14px;
	margin-left: 13px;
}

h3{
	color: #313131;
	font-size: 12px;
	margin-left: 13px;
}

p {
	margin-left: 15px;
}

.right {
	background-image: none;
	float: right;
}

#content {
	padding-top: 20px; 
	/*/*/margin-left: 20%; /* */
	width: 750px;
}

#header {
	/*/*/margin-left: 20%; /* */
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	padding-top: 110px; 
	width: 750px;
}
