@font-face {
	font-family:"ErosBook" ;
	src: url('/fonts/ErosBookRegular-x35yO.woff2');
}
header h1 {
	font-family: 'ErosBook';
	color: #761998 ;
	text-align: center ;
	font-size: xx-large;
}
header h2 {
	color: #988719 ;
	text-align: center ;
	font-size: xx-large;
}
header h3 {
	color: #197c98 ;
	text-align: center ;
	font-size: xx-large;
}
body {
	background: #000000 ;
	color: #761998 ;
	/* overflow: hidden;
	height: 100%; this is covered in the 3D models page? */
}
main {
	max-width: 800px ;
	margin: auto ;
	color: #761998 ;
}
p {
	background: #000000 ;
	color: #ffffff ;
}

img {
	max-width: 100% ;
}


footer {
	font-family: 'ErosBook';
	color: #761998 ;
	text-align: center ;
	clear: both ;
}

/* For TAGLIST.HTML */
.taglist {
	font-family: 'ErosBook';
	color: #761998 ;
	text-align: center ;
	clear: both ;
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
	font-family: 'ErosBook';
	color: #761998 ;
}
#prevart {
	font-family: 'ErosBook';
	color: #761998 ;
	float: left ;
	text-align: left ;
}
#nextart {
	font-family: 'ErosBook';
	color: #761998 ;
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	font-family: 'ErosBook';
	color: #761998 ;
	max-width: 33% ;
}

/* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} */
