.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #C6D34A;
	text-decoration: none;
	font-weight: bold;

}
.link {
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.fixed {
	position: fixed;
}
