body 
{
background-color:#9999ff;
background-image: url('rainbowstr.gif');
text-align:center;
color:green;
font-family: Georgia, serif;
cursor:url('https://kiunlo.neocities.org/cursors/misc/watermelon_cursor.png'), auto;
}
p 
{color:Green;
}
h1
{
color:PURPLE;
background-color:lightpink;
}
li {
  display: inline;
  font-weight: bold;
  font-size: 24px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-image:url("img/box.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
a
{
color: red;
}
a:hover {
  cursor:url('https://kiunlo.neocities.org/cursors/misc/watermelon_cursor.png'), auto;
}
iframe {
		width:500px;
    height:600px;
}