.logo { 
	width:120px;
	height:150px;
}
a {
	color:#c00;
} 
a:hover {
	color:#900;
	text-decoration:none;
}

