@font-face {
	font-family: 'comicsans';
	src: url('/media/COMIC.ttf');
}

* {
	font-family: comicsans;
}

body {
	background-image:url(/media/images/anomalies/0004/site/welds.png);
	background-size: 5%;
	cursor:url(/media/images/anomalies/0004/site/cursor.png), auto;
}

ul {
	background-color: #ffffff;
}

li {
	display: inline;
	margin:0;
	padding:0;
}

a {
	color: blue;
	
}

a:hover {
	cursor:url(/media/images/anomalies/0004/site/cursor_hover.png), auto;
}

h3 {
	background-color: white;
	position: center;
	border: 5px solid grey;
}

h4 {
	background-color: white;
	position: center;
	border: 5px solid grey;
	width: 750px;
	height: 700px;
}

h6 {
	background-color: red;
	border: 5px solid maroon;
}