.menu a {
	color: #D82E39;
	text-decoration: none;
	text-align: center;
	margin-left:1em;
	font-family: arial;
	font-size: 20;
     font-weight:700;
}

.menu a:hover 
{
	color: #FF2400;
}

.students a {
	text-decoration: none;
	color: black;
        font-weight:600
}

.students a:hover
{
	color: #D82E39;
}
body
{
	font-family: arial;

}
