.head {
	font-size: 24px;
	font-weight: bold;
}
.header {
	font-size: 24px;
}
.links {
	font-size: 16px;
	text-decoration: none;
}

.description {
	font-size: 10px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;	
}
a:hover {
	text-decoration: none;
	color: #000000;	
}
a:active {
	text-decoration: none;
	color: #000000;	
}
