@font-face{ /*Setup custom font */
	font-family: "afc";
	src:url('fonts/afcarplates.eot') format('embedded-opentype'),
	url('fonts/afcarplates.ttf') format('truetype');
}

html{
  background-color: #44C;
}

a:link{
	color: purple;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

a:active {
	color: orange;
}

a, li{
	font-family: calibri;
	font-size: 20px;
}

h1{
	font-size: 15px;
	text-align: center;
	background-color: #679;
	color: #FFE;
	padding-bottom: 0.2em;
	padding-top: 0.1em;
}

h2{
  background-color: #CCF;
  padding-left: 0.5em;
  border-bottom:1px dashed #888;
}
h3{
  background-color: #DCC;
  padding-left: 0.5em;
}

h4{
  background-color: #DDD;
  padding-left: 0.5em;
}

body{
	margin-left: 7%;
	margin-top: 16px;
	margin-right: 7%;
	padding-top: 2em;
	padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 2%;
	border: 2px solid black;
	font-family: afc; /* Using custom font */
	font-size: 16px;
    font-weight: bold;	
	background-color: white;
}

#mainframe div.spoiler{
	text-align: left;
	font-family: calibri;
	font-size: 14px;
	color: black;
}

#mainframe div.spoiler1{
	text-align: left;
	font-family: calibri;
	font-size: 14px;
	color: black;
}


#mainframe div.musicframe{
	font-family: calibri;
	font-size: 22px;
	color: black;
}

#mainframe div.inner{
	text-align: center;
	font-family: calibri;
	font-size: 14px;
	color: black;
}

#foot footer{
	text-align: center;
	font-family: calibri;
	font-size: 12px;
	color: black;
}