@font-face {
    font-family: 'tome';
    src: url('https://roguedeeds.github.io/css/fonts/Tomeoftheunknown-3gL3.ttf');
        }

@font-face {
    font-family: 'fira';
    src: url('https://roguedeeds.github.io/css/fonts/FiraSans-Regular.ttf');
        }
@font-face {
    font-family: 'WOLVERINE';
    src: url('https://roguedeeds.github.io/css/fonts/Wolverins-2Vno.ttf');
}
h1
    {
       font-size: 60px;
    font-family: 'tome';  
    }
h2
    {
        font-size: 40px;
    font-family: 'tome';
    }
p
   {
    font-size: 15px;
    font-family: 'fira';
  }
body
{
    background-color: rgb(220, 220, 220);
}
th:hover 
     {
                color:rgb(0, 100, 0); 
     }
a:hover, l1:hover
    {
        color: rgb(0, 100, 0);
    }
li:hover 
    {
               color:rgb(0, 100, 0) 
    }
img
    {
    height: 120px;
    }
a:hover;
    {
        color: rgb(0, 100, 0);
    }
.homebase
{
    height: 40px;
}
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
   }

li {
  padding-left: 1em;
  text-indent: -1em;
   }

li:before {
  content: "$";
  padding-right: 5px;
  font-family: 'tome';
}
a:visited 
{
  color: rgb(0, 100, 0);
}
a:link
{
  color: rgb(153, 54, 15);
}
