﻿/*
   New Perspectives on HTML
   Brick Family Style Sheet
   Author: Dan Hallock
   Date:   03/06/2016

   Filename:         bios.css
   Supporting Files: none

*/


body h1{
margin: 0px auto;
padding: 0px;
line-height: 1.5em;
width: 98%;
max-width: 880px;
min-width: 700px;
font-family: Verdana, Geneva, sans-serif;
color: blue;
}


footer {
display: block;
width: 100%;
clear: left;
margin-top: 30px;
font-size: 0.9em;
text-align: center;
color: red;
border-top: 1px solid rgb(175, 122, 122);
}

body h2{
font-size: 1em;
font-family: Verdana, Geneva, sans-serif;
color: gray;
}

body h3{
font-size: 1em;
font-family: Verdana, Geneva, sans-serif;
color: pink;
}


body h4{
font-size: 1em;
font-family: Verdana, Geneva, sans-serif;
color: green;
}

body h5{
font-size: 1em;
font-family: Verdana, Geneva, sans-serif;
color: blue;
}
