/*
CSS Typography Style Definitions
Copyright 2009 Logonix Corporation
*/

/* Default content font inherited by most elements */
body { font-size: 100%; }

/* Headings */
h1 { text-align: center; font-size: 140%; font-style: normal; font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif; text-shadow: 1px 1px 1px #101010; clear: both; }
h2 { text-align: center; font-size: 125%; font-style: normal; font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif; text-shadow: 1px 1px 1px #101010; clear: both; }
h3 { font-size: 105%; font-style: normal; }
h4 { font-size: 105%; font-style: italic; }
h5 { font-size: 100%; font-style: normal; display: inline; }
h6 { font-size: 100%; font-style: italic; display: inline; }

/* Link Lists */
.linklist a {
	color: #303040;
	text-decoration: none;
}

.linklist a:hover {
	color: #101010;
	text-decoration: underline;
}

.fineprint { font-size: 70%; font-style: normal; }