@charset "utf-8";
/* CSS Document */

.content {
}
#logo {
	color: #000;
	font-family: Papyrus;
}
.name {
	font-size: 80px;
	color: #000;
}
.small_title {
	font-family: "papyrus";
	font-size: 24px;
	color: #FFC;
	text-align: center;
}

.navbar {
	font-size: 36px;
	color: #F00;
	text-align: center;
	text-decoration: none;
}
a:link {
	color: #f00;
	text-decoration: none;
}

a:visited {
	color:#f00;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.text {
	font-family: "papyrus";
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
.contact {
	font-family: "papyrus";
	font-size: 36px;
	color: #F03;
	text-align: center;
}
.textleft {
	font-family: "papyrus";
	font-size: 16px;
	color: #FFF;
	text-align: left;
}
.textghost {
	font-family: "papyrus";
	font-size: 16px;
	color: #999;
	text-align: center;
}
