@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFEE;
	background-image: url(../background/Anaglypta.gif);
}

.paperhead {
	font-family: Garamond, AGaramond, "Bookman Old Style", "Times New Roman", serif;
	font-size: 130%;
	font-weight: bold;
	color: #333333;
}
.paperName {
	font-family: Garamond, AGaramond, "Bookman Old Style", "Times New Roman", serif;
	font-size: 110%;
	font-weight: bold;
	color: #333333;
}
.paperDate{
	font-family: Garamond, AGaramond, "Bookman Old Style", "Times New Roman", serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

h5 {
	font-family: Garamond, AGaramond, "Bookman Old Style", "Times New Roman", serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #006600;
	text-decoration: none;
}

ul {
	list-style-position: outside;
	list-style-image: url(../artwork/cross.gif);
	color: #333333;
	font-size: 90%;
}
ol {
	list-style-position: outside;
	color: #333333;
	font-size: 90%;
}
