header {
  border:0px solid blue;
  margin:0px; padding:0px;
  background-color:#0066ff;
  font-family: "Comic Sans MS", cursive, sans-serif; font-size:25pt; color:white;
}
/* CSS comments */
body {
  font-family: "Comic Sans MS", cursive, sans-serif;
}
aside {
  width: 200px;
  margin: 10px 30px 10px 10px; padding: 0px; float: left;
  border-style: none; border-color: green;
  background-color: white; 
}
article {
  padding: 0px 20px;
  border-style: none; border-color: blue;
  background-color: white; 
}
footer {
  width: 100%; height: 20px; float: center;
  padding-bottom:5px; padding-top: 5px;
  background-color: white;
  text-align: left; 
  font-size: 8pt;
  color: black;
}
h1 {
  font-size: 18pt;
  color: black;
}
h2 {
  font-size: 14pt;
  color: black;
}
u {
  text-decoration: underline;
  color: #0066ff;
}
table{
  border-style: none; border-color: red;
}
tr {
  vertical-align: top;
}
td{
  border-style: 1px; border-color:red;	
}
#column05 {
	width: 5%;
}
#column40 {
	width: 40%;
}
nav ul {
  border-style: solid none solid none; border-color: #0066ff; 
  background-color:#0066ff;
  margin: 0px; padding: 5px 0px 0px 0px;
}
nav ul li {
  display: inline; margin: 5px;
}
.inset {
  padding-left: 30px;
}
.center {
  text-align: center;
}