 body {
     background-image:url(/digimon/images/background4.png);
     background-color: black;
     background-size: 456px 456px;
     font-family: "Verdana", sans-serif;
}

a:link {
     color: #FF2929;
     font-size: 12px;
}

a:visited {
     color: #FF2929;
}

a:hover {
     color: red;
}

.back-to-main {
     /* This is the button for the top left corner */
	 background-image:url(/home/images/boxed.png);
     position: fixed;
	 z-index: 2;
	 top: 15px;
	 left: 15px;
	 border-style: dotted double solid double;
	 border-color: #8000FF;
	 border-radius: 12px;
	 color: #00ff00;
	 padding: 7px 7px;
	 font-size: 13px;
}

