body {
	font-family: Comic Sans MS, Georgia;
	color: #000000;
	background-color: #282828;
	margin: 0px;
	text-align: center;
}

.mainpage {
	font-family: Comic Sans MS, Georgia;
	background-color: #000000;
}

.content {
	font-family: Comic Sans MS, Georgia;
	background-color: #000000;
}

p {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #C9C9C9;
}

.separators {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}


.pinktext {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #FF00FE;
}

.homepagetext {
	font-family: Comic Sans MS, Georgia;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #C9C9C9;
}

.quotes {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #EFEFEF;
}

.smalltext {
	font-family: Comic Sans MS, Georgia;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #404040;
}

h1 {
	font-family: Comic Sans MS, Georgia;
	font-size: 21px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a {
	font-family: Comic Sans MS, Georgia;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #C9C9C9;
}

a:hover {
	font-family: Comic Sans MS, Georgia;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF00FE;
}

a.navigation {
	font-family: Comic Sans MS, Georgia;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.navigation:hover {
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #FF00FE;
}

a.navigation_selected {
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #FF00FE;
}
a.navigation_selected:hover {
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #FF00FE;
}

a.small {
	font-family: Comic Sans MS, Georgia;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #404040;
}
a.small:hover {
	font-family: Comic Sans MS, Georgia;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #404040;
}