* {
    scrollbar-color: #006600 #880000;
    cursor: url('https://darkreddarkergreen.neocities.org/img/icons/pointer/p.default.png');
  }
  
body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:100%;
}
  
h1 {
	font-size:40px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left:10px;
}
  
p {
	font-size:25px;
	font-family: "Times New Roman", Times, serif;
	margin-left:10px;
	margin-right:10px;
	background-color: transparent;
}

ol {
    font-size:25px;
	font-family: "Times New Roman", Times, serif;
	margin-left:10px;
	margin-right:10px;
	background-color: transparent;
}

a onhover {
    cursor: url(), auto;
}
  
.floatbox {
    position: relative;
}
  
.floatitem {
    position: absolute;
}

.linkbox {
	margin:10px;
	display:inline;
	background:white;
	width:200px;
	height:200px;
}

.linkicon {
	height:130px;
	max-width:130px;
	display: block;
	margin:auto;
	position:relative;
}

.linktitle {
	font-size:20px;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	margin-top:1px;
	margin-left:25%;
	margin-right:25%;
	display: block;
	position:relative;
}

.goback {
	z-index:999999999;
	height:100px;
	float:left;
	position:fixed;
	top:590px;
	left:10px;
}

.totop {
	z-index:999999999;
	height:100px;
	float:right;
	position:fixed;
	top:590px;
	right:10px;
}







