h1 {
   font-size: 40px;
   height: 200px;
}
.warning {
   color: Red;
   font-weight: bold;
}
.huge_white {
	color:  White;
	font-weight: bold;
	font-style:  italic;
	font-size:  400%;
}
.big_black {
	color:  black;
	font-weight: bold;
	font-style:  italic;
	font-size:  130%;
}
#header {
	font-family: Arial, sans-serif;
   background-color: teal;
}
#navigation li {
	font-family: Arial, sans-serif;
	font-size:  100%;
   background-color: Cyan;
}
#nav {
	display: inline;
   list-style-type:  none;
   padding-right:  20px;
}
#content {
   background-color: Red;
}
#footer {
   font-family: Arial, sans-serif;
   color:  grey;
   background-color: white;
   font-style: italic;
   font-size: 10px;
}

