body
{
 background-attachment: fixed;
 background-color: black;
 background-image: url("http://steven.realityripple.com/images/Dots.jpg");
 background-position: center left;
 background-repeat: repeat-y;
 color: orange;
}
img
{
 border-width: 1px;
 border-color: orange;
}
img:hover
{
 border-color: red;
}
img:active
{
 border-color: yellow;
}
a:link, a:visited
{
 color: orange;
 text-decoration: none;
 cursor: pointer;
}
a:hover
{
 color: red;
 text-decoration: underline;
 cursor: pointer;
}
a:active
{
 color: yellow;
 text-decoration: none;
 cursor: pointer;
}
h1
{
 text-align: center;
 font-size: 28px;
 color: orange;
}