﻿.fool {
}
a:link {
	color: #800080;
}
a:visited {
	color: #FF1493;
}
a:hover {
	background-color: #FF0000;
	color: #00FF00;
}
.style1 {
	font-size: xx-large;
	text-align: center;
	background-color: #FFFF00;
	font-family: "Trebuchet MS";
   	font-variant: normal;
	text-decoration: blink;
   	color: #FF0000;
}
.style2 {
	color: #FFFF00;
	font-size: xx-large;
   	font-family: "Trebuchet MS";
}
.style8 {
   	background-color: #FF00FF;
   	text-align: center;
   	color: #00FF00;
   	font-family: "Trebuchet MS";
	font-size: medium;
}
.style13 {
	background-color: #9966FF;
	text-align: center;
	color: #FFFF00;
	font-family: "Trebuchet MS";
	font-size: x-small;
}
.border {
	   border: 11px solid #FF0000;
}
.redborder {
	border: 9px solid #FF0000;
}
.stickguy {
	   background-image: url('https://skywaybridge.com/images/stickguy.gif');
}
.yellow {
	color: #FFFF00;
}
.silver {
	color: #C0C0C0;
}
.magenta {
	color: #FF00FF;
}
.maroon {
	color: #800000;
}
.green  {
	color: #008000;
}
.yellowbg {
	background-color: #FFFF00;
}
.blackbg {
	background-color: #000000;
}
.pink {
  	background-color: #FF00FF;
}
.limegreen {
	background-color: #00FF00;
}
.violet {
	background-color: #8000FF;
}
.fushia {
	background-color: #FF00FF;
	}
.aqua {
	background-color: #00FFFF;
}
.purple {
	background-color: #800080;
}
.font15 {
	font-size: 15pt;
}
.font16 {
	font-size: 16pt;
}
.large {
	font-size: 18pt;
}
.font24 {
	font-size: 24pt;
}
.font36 {
	font-size: 36pt;
}
.large44 {
	font-size: 44pt;
}
.icon {
   	font-size: 13pt;
}
.dance {
	font-size: 44pt;
	color: #FF0000;
}
.trebuchet {
   	font-family: "Trebuchet MS";
}
.underline {
	text-decoration: underline;
}
#pup {
  position:absolute;
  z-index:200; /* always on top*/
  padding: 4px;
  margin-left: 10px;
  margin-top: 5px;
  width: 700px;
  border: 3px solid red;
  background-color: #000000;
  color: silver;
  font-size: 14pt;
}

