BODY {
	background-color : #FFE4C4;
	color : #800000;
	font-family : Arial, Helvetica, sans-serif;
}

A:HOVER {
	color : #FFE4C4;
	background-color : #A52A2A;
}

A {
	color : #A52A2A;
	text-decoration : none;
}

A:LINK {
	color : #D2691E;
}

A:ACTIVE {
	color : Red;
}

DIV.title {
	font-family : "Imprint MT Shadow";
	font-size : xx-large;
	color : inherit;
}

DIV.title1 {
	font-size : x-small;
	color : inherit;
}

.brown {
	color : inherit;
	font-family : Arial, Helvetica, sans-serif;
}

TABLE.form {
	color : inherit;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #DEB887;
}

.menu {
    font-weight : bold;
    font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}

.but {
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
	border-width : 3;
	border-style : outset;
	padding : 3;
}

#small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : inherit;
}

#large {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : inherit;
}

#s {
	color : inherit;
	font-family : Arial, Helvetica, sans-serif;
}
@font-face {
    font-family: Imprint MT Shadow;
    font-style:  normal;
    font-weight: normal;
    src: url(IMPRINT0.eot);
}

.xsmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : inherit;
}

#light {
	color : inherit;
	font-size : x-small;
}

.body {
	background-color : #DEB887;
	border-width : 2;
	border-color : #cccccc;
	border-style : solid;
}
.large {
	font-size: large;
	font-weight: bold
}