@font-face {
font-family: "HelveticaBold";
src: url("type/HelveticaNeueLTCom-Bd.tff");
}

body {
text-align: center;
}

a {
text-decoration: none;
border: none;
outline: none;
}

#email, a #email {
width: 80px;
margin-top: 15px;
border: 1px solid white;
}

a:hover #email {
border: solid 1px #ccc;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;
box-shadow: 1px 1px 5px #999;
margin-top: 15px;
width: 80px;
}

#assignments {
font-size: 300%;
color: #00669a;
margin-left: 50px;
font-family: "HelveticaBold", sans-serif;
}

#assignments:hover{
text-decoration: underline;
}

