body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        margin-left: 8%;
        margin-right: 4%;
        background-image: url(cloud2.gif);
	}

H1 {    color:blue;
        font-style: italic;
        margin-left: 0%;
        margin-top: 0em;
        margin-bottom: 0em;
        }

H2 {
        color: blue;
        font-style: italic;
        font-weight: normal;
        margin-left: 0%;
        }

H3 {    color: blue;
        font-style: italic;
        font-weight: normal;
        margin-left: 0%;
        }

H4,H5,H6 {color: blue;
        font-style: italic;
        font-weight: normal;
        }

/*
P:first-letter {font-size: 100%;
        float: left;
        }
*/

A:hover { background: white;
        text-decoration: underline;
        }

address {text-align: center;
        color: teal;
        font-size: 75%;
        }

dt {    font-weight: bold;
        font-style: italic;
        }

img.airlie {float: center;
        width: 600px;
        height: 150px;
        }

img.img_right {float: right;
        }

p.airlie {float: center;
        width: 100%;
        border-color: blue;
        border-style: double;
        background-image: url(cloud.gif);
        margin-bottom: 10px;
        }

.first  {color: red;
        font-weight: bold;
        margin-left: -8%;
        clear: left;
        }

.box    {
        border-color: black;
        border-style: solid;
        }

.nav    {text-align: center;
        }

.valid  {text-align: center;
        }


