body {
  padding: 0px;
  margin: 0px;
  background-color: white;
  border: #ffffff;
  font-family:Arial,sans-serif;
  font-size:14px;
}


.Title h5{
   font-size:14px;
   font-weight: normal;
  }
  
  
.Title b {
   font-size:16px;
   font-weight: bold;
  }

 
a:link { 
	font-weight: normal; 
	color:#404c90; 
	text-decoration: underline; 
}

a:visited { 
	font-weight: normal; 
	color:#404c90; 
	text-decoration: underline; 
}

a:focus { 
	font-weight: normal; 
	color:#7b7b7b; 
	text-decoration: underline; 
}

a:hover { 
	font-weight: normal; 
	color:#7b7b7b; 
	text-decoration: underline; 
}

a:active { 
	font-weight: normal; 
	color:#404c90; 
	text-decoration: underline; 
}
  
  
h3 {
   margin-top: 50px;
   font-size: 15px;
   text-decoration: underline;
  }
  
h2 {
   margin-top: 30px;
   font-size: 16px;
   text-decoration: underline;
  }

.Home h2{
	margin-top: 0;
	padding:0px;
	font-size: 16px; 
	text-decoration: none;
}

.Home h3 {
   font-size: 15px;
   margin-top: 0;
   padding:0px;
   text-decoration: none;
  }

  
.deadline  {
    font-weight: normal; 
	color:#7b7b7b; 
  }