body {
	background: #f2f293;
}
p.linkage {
	color: #000;
	font-size: 12px;
	text-align: center;
}

p.disclaimer {
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
}

h3 {
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
A:link 	{ 
			background: none; 
			text-decoration: underline;
}
A:visited	{ 
			background: none; 
			text-decoration: underline;
}
A:hover	{ 
			background: none; 
			color: #000; 
			background: #f2f293;
			text-decoration: underline;
}

#logo {
	border-left: 2px solid #000; 
	border-right: 2px solid #000; 
	border-top: 2px solid #000; 
	background: #FFF;
	width: 500px;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

#body {
	border: 2px solid #000; 
	margin-left: 2%;
	margin-right: 2%;
	padding: 10px;
	background: #FFF;
}

#footer {
	margin-left: 2%;
	margin-right: 2%;
	border-left: 2px solid #000; 
	border-right: 2px solid #000; 
	border-bottom: 2px solid #000; 
	padding-bottom: 4px;
	padding-top: 4px;
	background: #FFF;
}
