header, section, footer, aside, nav, main, article, figure {
    display: block;
}
#section {
  width: 80%;
  float: left;
}

body: 
{ background color:#555555;
}

h1 { color blue;
     font-size=1em;
}

a { color: blue;
                   font-family: arial;
                   font-size:.85em;
	   font-weight:normal;
                   text-decoration:none;
}

a:visited	{ color: red;
                   font-family: arial;
                   font-size: .85em;
                   font-weight:normal;
                   text-decoration:none;
}
a:active { color: black;
                   font-family: arial;
                   font-size: .85em;
	    font-weight:normal;
	    text-decoration:none
}
a:hover {
font-family:arial;
font-size: .85em;
font-weight:normal;
color:black;
text-decoration:underline;
background-color: yellow;
}
body {font-size: .875em; }
body {font-family: arial,verdana;}

div.first {
        background-color:honeydew;
        color:black;
	margin:.8em;
	padding:.8em;
	text-aligh:left;
}	

 