body {
	background: #eeeeee;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; /* put last for IE3 */
        font-weight: normal;  /* 100  normal 400  bold  900  lighter bolder */
        margin-left: 15%;
        margin-right: 4%;
        background-position: top left;
        background-attachment: fixed;
        background-image: url(lindsay.gif); /* none (can also be used behind ANY element) */
        background-repeat: no-repeat;
	}

H1 {    background: #dddddd;
        background-image: url(cloud2.gif);
        color: blue; /* #hex aqua black blue fushcia gray green lime maroon navy olive purple red silver teal white yellow */
        padding: 0.5%;
        padding-top: 0.7%;
        /* margin: 0.5%; */
        border: medium double blue;
        border-width: thin;
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic; /*italic normal oblique */
        margin-left: -15%;
        margin-top: 0em;
        margin-bottom: 10px;
        }

H2 {    background: #cccccc;
        color: blue;
        padding: 0.5%;
        margin: 0.5%;
        border: medium double blue;
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
        font-weight: normal;
        margin-left: -10%;
        }

H3 {    background: #cccccc;
        color: blue;
        padding: 0.5%;
        margin: 0.5%;
        border: medium double blue;
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
        font-weight: normal;
        margin-left: -5%;
        }

H4,H5,H6 {color: blue;
        font-family: Arial, "Helvetica", sans-serif;
        font-style: italic;
        font-weight: normal;
        }

A:hover { background: white;
        text-decoration: underline;
        }

address {text-align: center;
        color: teal;
        font-size: 75%;
        }

dt {    /* font-weight: bold; */
        font-size: 125%;
        font-style: italic;
        margin-left: 2%;
        }

div.smaller {
        font-size: 75%;
        }

img.opera {
        width: 452px;
        height: 72px;
        }

.first  {color: blue;
        font-size: 115%;
        margin-left: -10%;
        }

.left   {
        font-weight: bold;
        float: left;
        width: 90%;
        margin-left: -15%;
        font-size: 75%;
        }

.right  {
        font-weight: bold;
        float: right;
        width: 10%;
        text-align: right;
        font-size: 75%;
        }

.center  {
        text-align: center;
        font-size: 75%;
        }

.airlie {
        border-color: blue;
        border-style: double;
        border-width: thin;
        background-color: #ddffff;
        /* background-image: url(cloud2.gif); */
        margin-bottom: 10px;
        }

.sf     {
        border-width: thin;
        border-color: blue;
        border-style: double;
        background-color: #ffffcc;
        margin-bottom: 10px;
        }

.computers     {
        border-width: thin;
        border-color: blue;
        border-style: double;
        background-color: #dddddd;
        margin-bottom: 10px;
        }

