.menu a {
	color: #D82E39;
	text-decoration: none;
	text-align: left;
	margin-left:1em;
	font-family: arial;
	font-size: 16;
	font-weight:700;
	text-indent: 5pt;
}

.menu2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D82E39;
	font-weight: 700;
	text-decoration: none;
}

.menu a:hover 
{
	color: #FF2400;
}

.menu2 a:hover 
{
	color: #FF2400;
}

.students a {
	text-decoration: none;
	color: black;
        font-weight:600
}

.students a:hover
{
	color: #D82E39;
}
body
{
	font-family: arial;
	font-size: 12px
}

