
body {
	background-color: white;
	margin: 0;
}
	
a:link {
  color: black;
  }
	
a:visited {
  color: black;
  }
	
a:hover {
  color: #777777;
  }
	
a:active {
  color: black;
  }
  
 a{
   text-decoration: none;
  }    
  
  em {
      color: #777777;
    }
  
h1 {
	font-family: Verdana;
	font-size: 40px;
}
  
h2 {
	font-family: Verdana;
	font-size: 32px;
}
  
h3 {
	font-family: Verdana;
	font-size: 24px;
}

footer {
	background-color: white;
	font-family: Verdana;
	text-align: center;
}
	
header {
	background-color: white;
}

nav {
	text-align: center;
	background-color: white;
}

section {
	background-color: white;
	font-family: Verdana;
	margin-left: 1%;
	max-width: 98%;
	text-align: justify;
}

table {
  ;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
  text-align: left;
}
table#t01 tr:nth-child(even) {
  background-color: #eee;
}
table#t01 tr:nth-child(odd) {
 background-color: #fff;
}
table#t01 th {
  background-color: black;
  color: white;
}