	body {
        background-color: #ffcc99;
        color: #330000;
        font-family: arial, helvetica, sans-serif;
        font-size: 14px;
        margin: 0px;
        }

        a:link {
	color: #9C0015; 
	text-decoration: none;
	background-color: transparent;
	font-weight: 600;
        font-size: 12px;
	}

        a:visited {
	color: #333333; 
	text-decoration: none;
	background-color: transparent;
	font-weight: 600;
        font-size: 12px;
	}

        a:active {
	color: ff0000; 
	text-decoration: none;
	background-color: transparent;
	font-weight: 600;
	        font-size: 12px;
	}

        a:hover {
	color: #FF0099; 
	text-decoration: none;
	background-color: transparent;
	font-weight: 600;
	font-size: 12px;
	}

	p {
	width: 500px;
	text-align: left;
	}

.italics {
font-size: 14px;
font-style: italic;
font-weight: 600;
}

.menu {
font-size: 12px;
padding: 0px 0px 0px 15px;
margin: 0px;
}

.main{
font-size: 14px;
width: 660px;
}

        .thumn{
        text-align: center;
        font-size: 12px;
        }

        .footer{
        font-size: 11px;
        }

	.drops {
	position: absolute;
	left: 600px;
	top: 5px;
	}

        form.drop {
        /* Tell NS4 to ignore these styles.... */
        /*/*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding: 1px;
		margin: 3px;
        width: 175px;
        height: 18px;
        border-top: 1px solid #FFCC99;
        border-left: 1px solid #FFCC99;
        border-right: 1px solid #996633;
        border-bottom: 1px solid #996633;
		background-color: #a69687;
        /* Tell NS4 to start using styles again with this comment */
        }

.text {
        /* Tell NS4 to ignore these styles.... */
        /*/*/
    width: 60px;
    height: 11px;
    padding: 1px;
	margin: 1px;
    font-size: 11px;
    background-color: #a69687;
    color: #330000;
    border: 1px solid #CC9966;
        /* Tell NS4 to start using styles again with this comment */

}

.text2 {
        /* Tell NS4 to ignore these styles.... */
        /*/*/
    width: 160px;
    height: 11px;
    padding: 1px;
    margin: 0px;
    font-size: 11px;
    background-color: #a69687;
    color: #330000;
    border: 1px solid #CC9966;
        /* Tell NS4 to start using styles again with this comment */

}

	select {
        /* Tell NS4 to ignore these styles.... */
        /*/*/
	width: 175px;
	height: 18px;
	padding: 1px;
	font-size: 12px;
	background-color: #a69687;
	color: #330000;
	border: 1px solid #CC9966;
        /* Tell NS4 to start using styles again with this comment */
	}

	h1{
	font-family: perpetua, "calisto mt", "times new roman", serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin: 7px;
	}
	
	h2{
        font-family: perpetua, "calisto mt", "times new roman", serif;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
	margin: 4px;
        }

	ul {
	text-align: left;
	}

        .alrt {
        background-color: #666663;
        margin: 9px 0px 0px 0px;
        text-align: center;
        width: 450px;
        font-size: 12px;
        color: white;
        }

