body {
background: #303030;

}

.image {
  background: lime;
  padding: 2px;
}

p,li {
  font-family: Comic Sans MS;
  font-size: 15px;
  color: white;
  text-align: justify;
  text-decoration: none;
}

td {
  font-family: Comic Sans MS;
  font-size: 15px;
  color: blue;
  text-align: left;
  text-decoration: none;
}

font {
  font-family: Comic Sans MS;
  font-size: 10px;
  color: black;
  text-align: left;
  text-decoration: none;
}

.small {
  font-family: Comic Sans MS;
  font-size: 10px;
  color: white;
  text-align: left;
  text-decoration: none;
}

.color {
  font-family: Comic Sans MS;
  font-size: 15px;
  color: fuchsia;
  text-align: left;
  text-decoration: none;

}

h1 {
  font-family: Comic Sans MS;
  font-size: 20px;
  font-style: normal;
  color: black;
  background: yellow; width: 160px;
  text-align: center;
  text-decoration: none;
}

h2 {
  font-family: Comic Sans MS;
  font-size: 16px;
  font-style: normal;
  color: yellow;
  background: black;
  text-align: center;
  text-decoration: none;
}

h3 {
  font-family: Comic Sans MS;
  font-size: 20px;
  font-style: normal;
  color: black;
  background: blue; width: 640px;
  text-align: center;
  text-decoration: none;
}

div.insert {
   position: absolute;
   top: 10px;
   left: 30px;
   right: 0;
   width: 1150px;
   height: 85px;
   background: black;
   border: blue 1px solid;
   padding: 20px;

}

div.insert0 {
   position: absolute;
   top: 30px;
   left: 610px;
   right: 0;
   width: 580px;
   height: 75px;
   background: black;
   border: blue 1px solid;
   padding: 5px;

}

div.insert1 {
   position: absolute;
   top: 30px;
   left: 50px;
   right: 0;
   width: 487px;
   height: 75px;
   background: black;
   border: blue 1px solid;
   padding: 5px;

}

div.insert2 {
   position: absolute;
   top: 145px;
   left: 30px;
   width: 800px;
   background: black;
   border: blue 1px solid;
   padding: 20px;

}

div.insert3 {
   position: absolute;
   top: 145px;
   left: 880px;
   width: 300px;
   background: black;
   border: blue 1px solid;
   padding: 20px;

}

a {
  font: bold 15px Comic Sans MS;
  color: red;
  background: black;
  text-align: right;
  text-decoration: underline;

}

.button {
width:121px;
height:25px;
background: black;
font-family:Comic Sans MS;
font-size:12px;
font-weight:bold;
color:red;
text-align: left;
text-decoration: none;
padding:0px;

}

.button:hover {
background-color: yellow;

}

a:hover {
  text-decoration: none;

}

.PopBoxImageSmall
{
   border: solid thin red;
   cursor: url(magplus.cur), pointer;
}
.PopBoxImageLarge
{
   border: solid thin red;
   cursor: url(magminus.cur), pointer;
} 

.PopBoxImageShrink
{
	cursor: url("magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

.styling2 {
background-color:gray;
color:black;
font: bold 15px Comic Sans MS;
padding: 0px;
}

.styling3 {
background-color:silver;
color:black;
font: bold 15px Comic Sans MS;
padding: 0px;
}


