<style type="text/css">

a {text-decoration:none}
a:link {color:#ff9239; font-family:font-family: 'Roboto', sans-serif; text-decoration:none;}
a:active {color:#ffb23f; font-family:font-family: 'Roboto', sans-serif; text-decoration:none;}
a:visited {color:#c46b23;font-family:font-family: 'Roboto', sans-serif; text-decoration:none;}
a:hover{color:#ffb23f; font-family:font-family: 'Roboto', sans-serif; 
    text-shadow: 0 0 50px #00FF00;
    animation: pulse-shadow 1.5s ease-in-out infinite;}

@keyframes pulse-shadow {
  0%, 100% {
     text-shadow: 0 0 0px #ff0000;
  }
  50% {
     text-shadow: 0 0 20px #ff8800;
  }
}

body
{width:100%;
background-image: url("BG-BlueNight-wallpaperaccesdotcom.jpg");
background-color:#353535;
color:#ffe8be;
}


.main
{width:75%;
background-color:#000625;
color:#ffe8be;
padding:25px;
font-family: 'Open Sans', sans-serif;
}

.story
{padding:25px;
text-align:left;}

h1
{font-family: 'Redressed', cursive;
color: #ff7300;
font-size: 1.5em;
}

.random
{padding:25px;
}

.pet
{padding:5px;
}

</style>