@import url(https://fonts.googleapis.com/css?family=Muli);
p {
 color: #000000;
 text-indent: 50px;
}
h1 {
 font-size: 14px;
  color: #000000;
}
h2 {
 font-size: 13px;
 color: #000000;
}
h3 {
 font-size: 12.5px;
 color: #000000;
}
ul {
 color: #000000;
}
html {
background-color:#ffffff;
}
td {
font-size:12px;
}
html {
  font-size: 12px;
  font-family: "Courier New", monospace; 
}
a{
color: #000000;
text-decoration: none;
}
a:link{
color: #000000;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #677787;
text-decoration: none;
font-weight: bolder;
}
h1 {
  margin-top: 25px;
  margin-right: 50px;
  margin-left: 50px;
}
h2 {
  margin-right: 50px;
  margin-left: 50px;
}
h3 {
  margin-right: 50px;
  margin-left: 50px;
}
h4 {
  margin-right: 50px;
  margin-left: 50px;
}
p {
  margin-right: 50px;
  margin-left: 50px;
}
ul {
  margin-right: 50px;
  margin-left: 50px;
}
img {
overflow: hidden;
float: left;
border: 12px solid #ffffff;
filter: grayscale(100%);
}

<style>
  	.hoverTable{
		width:100%; 
		border-collapse:collapse; 
	}
	.hoverTable td{ 
		padding:7px; border:#4e95f4 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
		background: #b8d1f3;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          background-color: #ffff99;
    }
</style>











