@font-face
 {
  font-family: "KOMIKAX";
  src: url('/wp-content/themes/sandbox/fonts/KOMIKAX.TTF') format("truetype");
 }
 
@font-face
 {
  font-family: "fanboyhc";
  src: url('/wp-content/themes/sandbox/fonts/fanboyhc.ttf') format("truetype");
 }
 
 html,body
 {
  font-family: verdana, helvetica, sans-serif;
 }
 
 a
 {
  color: #B22400;
  text-decoration:none;
  font-weight:bold;
 }
 
 a:hover
 {
  color: red;
 }
 
 h2
 {
  font-family: KOMIKAX;
  margin: 5px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
 }
 
  h2 a
  {
   color: #000;
   text-align:center;
   text-decoration: none;
   left: 10px;
   bottom: 3px;
   position: relative;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
  }
  
  h2 a:hover
  {
   color: orange;
  }
  
   h3
 {
  font-family: KOMIKAX;
  margin: 5px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
 }
 
  h3 a
  {
   color: #000;
   text-align:center;
   text-decoration: none;
   left: 10px;
   bottom: 3px;
   position: relative;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
  }
  
  h3 a:hover
  {
   color: orange;
  }
  
  
ul.xoxo
{
 margin: 10px 0;
 padding: 0;
 list-style: none;
}

li
{
 list-style: none;
}
 