
body {
  background-color: white;
  color: black;
  font-family: Times New Roman;
  font-size: 16px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: blue;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: darkred;
	font-size: 16px;
	font-weight: bold;
}

#menu ul{
   list-style-type: none;
   text-align: center;
   background-color: cyan;
}

#menu li{
   display: inline;
   text-align: center;
   margin: 0 10px 0 0;
}

#menu li:hover{
   background-color: #333333;
   color: #ffffff;
}

nav {
	background-color: grey;
	padding: 0.1em;
}

#Tabular {
	padding-left: 1.8em
}
aside {
	line-height: 10px
}

footer {
	font-weight: bold;
    font-style: italic;
    color: red;
}