BODY {
	color : Black;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 16px;
}

A {
	color : Blue;
	text-decoration : underline;
}
	
.text {
	font-family : Arial, sans-serif;
	font-size : 16px;
}

.small {
	font-size : 11px;
}

A.small {
	color : Blue;
	text-decoration : none;		
}

A:HOVER.small {
	color : Blue;
	text-decoration : underline;		
}

.bio {
	font-size : 14px;	
}

.caption {
	font-size : 12px;
}

.copyright {
	font-size : 10px;	
	padding-top : 50px;
}

A.copyright {	
	color : Blue;
	text-decoration : none;		
}

A:HOVER.copyright {	
	color : Blue;
	text-decoration : underline;		
}


.menu
{
	font-size : 12px;
}

A.menu {	
	color : Blue;
	text-decoration : none;		
}

A:HOVER.menu {	
	color : Black;
	text-decoration : none;		
}