 
A{
    color : blue;
    text-decoration : none;
}
A:HOVER{
	color : red;
	text-decoration : underline;
}
BODY{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	text-align: center;
}

h4{
  font-weight : bold;
  color : blue;
}
