/* CSS Document */

body {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: black;}

.site_name {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 40px;
	font-variant: small-caps;
	color: #000000;
}
.menu {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
}

.main_text {
	ont-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-family: "Courier New";
}
.art_text {
	font-family: "Courier New";
	font-size: 17px;
	font-weight: bold;
}

