body, td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 100%; */
        background-color: white;
        color: black;
}

a {
	color: blue;
        background-color: white;
	text-decoration: underline;
}

a:visited {
	color: purple;
        background-color: white;
}

a:hover {
	text-decoration: underline;
	color: red;
        background-color: white;
}

a.plain {
	text-decoration: none;
	color: black;
        background-color: white;
}
h1, h2, h3 {
	font-family: FrizQuadrata, 
	             "Pompei Regular", Vendetta, 
	             Palatino, "Palatino Linotype",
	             Garamond, Georgia,
		     "Times New Roman", serif;
/*	font-family: Palatino, 
                       "Times New Roman", serif;
*/
}

h1 {
	font-size: 300%;
}
h2 {
	font-size: 225%;
}
h3 {
	font-size: 175%;
}

dd {
	font-family: "Times New Roman", serif;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
}

textarea {
	font-family : Arial, Geneva, sans-serif;
	font-size : 8px;
}

.button {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : blue;
	color : #dcdcdc;
	font-weight : bold;
	font-size : 10px;
}

acronym {
	border-bottom: 1px dotted black;
}

