@font-face {
	font-family: MVtext;
	src: url(fonts/MV_Text.otf);
}

@font-face {
	font-family: PopMagic;
	src: url(fonts/popmagic.TTF);
}

@font-face {
	font-family: P4VGA;
	src: url(fonts/Perfect2VGA.ttf);
}

marquee {
	font-family: PopMagic;
}

legend {
	font-family: PopMagic;
}

article {
	font-family: P4VGA;
}

marquee {
	color: #03adae;
}

main {
	background-color: #cb36cc;
	background-image: url(images/tiles/CrossPattern.png);
	background-size: 5%;
	border-radius: 15px 15px 0px 0px;
}

			link {
				color: #ffb400;
			}

			a:visited {
				color: #c5e87a;
			}

			a:hover {
				color: #872b87;
				filter: drop-shadow( #ffff00 1px 1px 10px);
				cursor: url("Link.png"), auto;
			}

hr {
	border: none;
	border-top: 5px dotted #ffff00;
	height: auto;
	background-image:url('-');
}

nav {
	text-align: center;
}

body {
	background-color: #08031a;
	background-size: 200px;
	background-image: url("images/tiles/FruitShapesPastel.png");
	padding-left: 10%;
	padding-right: 10%;
	cursor: url("Alternate.png"), auto;
}

footer {
	background-color: #ffb400;
	background-image: url("----");
	border-radius: 0px 0px 15px 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

fieldset {
	background-color: #6f4bd260;
	background-image: url("-");
	background-size: 54px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

legend {
	color: #b9fcde;
	background-color: #cb36cc;
	background-image: url("images/tiles/CrossPattern.png");
	border-radius: 0px 0px 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
}

table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

caption {
	background-color: transparent;
	padding-bottom: 0px;
}

th {
	width: -%;
	background-color: ------;
	border: 0px solid transparent;
	text-align: center;
}

td {
	text-align: center
	padding: 0px;
}

article {
	background-color: #------;
	border: 0px dashed #------;
	text-align: center;
	padding: 0px;
}

div {
	background-color: #------;
	border: 0px dashed #------;
	text-align: center;
	padding: 0px;
	font-size: 90%;
}

button {
	width: 88px;
	height: 84px;
	border-radius: 50px;
	box-shadow: 0px 0px 8px 5px #77e6e9;
	background-image: url('images/decor/PolyChromeCD.gif');
	background-color: #77e6e9;
	border: none;
	color: #------;
	font-family: PopMagic;
}

button:hover {
	box-shadow: 0px 0px 8px 5px #ffff00;
	background-image: url('images/decor/PolyChromeCDHALT.gif');
	background-color: #ffff00;
	cursor: url("Music.gif"), auto;
}

.box {
	background-color: #13092D;
	border: 7px dashed #ff1e8c;
	padding: 10px;
	}

.box2 {
	background-color: rgba(119,230,233,.5);
	border: 1px dashed #881b8e;
	padding: 10px;
	}

.box3 {
	background-color: rgb(157, 159, 215,.5);
	border: 3px dashed #639c63;
	text-align: center;
	padding: 10px;
	}