* {
	text-align: center;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #CCCCCC;
}

body {
    /*cursor: url(https://i.postimg.cc/BQpnzk0J/cursor.png) 32 26, auto;
    cursor: -webkit-image-set(url(https://i.postimg.cc/BQpnzk0J/cursor.png) 1x,url(https://i.postimg.cc/BQpnzk0J/cursor.png) 2x) 32 26, auto;*/
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 25px;
}

h1 {
	color: #000000;
	font-family: "Chelsea Market", Georgia, serif;
	font-size: 60px;
}

h2 {
	font-family: "Chelsea Market", Georgia, serif;
}

h3 {
	font-family: 'Cedarville Cursive', cursive, Georgia, serif;
}

html {
	zoom: 0.75; 
}

ul {
	list-style: none;	
}

.box1 {
	background-color: #3A75B9;
}

.box2 {
	background-color: #000033;
}

.box3 {
	background-color: #854A86;
}

.box4 {
	background-color: #7B7979;
}

.box5 {
	background-color: #DDE500;
}

.box6 {
	background-color: #4DCC92;
}

.box7 {
	background-image: linear-gradient(#70B1D2, #DDDDFF);
	/*background-image: radial-gradient(#70B1D2, #FFFFFF);*/
}

.copyright {
	color: #000000;
	font-size: small;
	text-align: right;
}

.cursive {
	color: #000000;
	font-family: 'Cedarville Cursive', cursive, Georgia, serif;
}

.nocss {
	text-decoration: none;
}

.small {
	color: #CCCCCC;
	font-size: small;
}

.small2 {
	color: #CCCCCC;
	font-size: smaller;
}

.sticky a {
	color: #000000;
	
}

.sticky a:hover {
	color: #70B1D2;
	font-size: 30.5px;
}

.wayup {
	text-align: right;
}

.wayup a {
	color: rgba(255, 255, 255, 0);
	font-size: small;
}