body {
font-family: Tahoma;
font-size: 13px;
text-align: center;
background: #000;
color: #FF0;
border: 2px solid #333;
max-width: 100%;
margin: 2px;
padding: 2px
}

.head {
font-weight: 400;
font-size: x-small;
vertical-align: top;
border:1px #333 solid
}

.randtext {
font-weight: 400;
font-style: italic;
}


@font-face {
font-family: byPokeFont;
src: url("http://roms-pokemon.mobie.in/files/PokemonSolid.ttf");
}
  
h1 {
font-family: byPokeFont;
color: #FF0;
font-weight: 400;
font-size: 30px;
padding: 5px;
}

h2 {
color: #FF0;
font-size: 12px
}

h3 , h5 {
font-weight: 700;
color: #000;
font-size: large;
background-color: #FF0;
border: 1px #333 solid;
margin: 1px 1px;
padding: 2px 2px
}

h4 {
border: 1px solid #f00;
color: #ff0;
padding: 4px 4px;
font-size: 16px;
margin: 1px 2px;
}

h6 {
font-size: 12px;
border: 1px #333 solid;
margin: 4px 0 0;
padding: 10px;
background: #000 url("http://roms-pokemon.mobie.in/files/pikachu.png") no-repeat right center
}

a , a:hover {
text-decoration: none;
color: #FF0
}

a:active {
  color: #FF0;
  background-color: transparent;
  text-decoration: none;
}

.mylink {
border: 1px solid #F00;
color: #FF0;
padding: 4px 4px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 2px 10px;
}
