body{
  color:white;
  background-image:url(/bgimagez/windowsxp.jpg);
  background-size:cover;
  font-family:emoeng;
  font-size:20px;
}
    @font-face {
  font-family: radioland;
  src: url(/mainfonts/futurabold.ttf);
} 
       @font-face {
  font-family: superglue;
  src: url(/mainfonts/superglue.otf);
} 
    @font-face {
  font-family: bluescreen;
  src: url(/mainfonts/bluescreen.ttf);
} 
    @font-face {
  font-family: ledlight;
  src: url(/mainfonts/ledlight.otf);
} 
    @font-face {
  font-family: stadium;
  src: url(/mainfonts/stadium.ttf);
} 

    @font-face {
  font-family: justsugar;
  src: url(/mainfonts/justsugar.otf);
} 
    @font-face {
  font-family: emotionengine;
  src: url(/mainfonts/emotionengine.otf);
} 
    @font-face {
  font-family: racesport;
  src: url(/mainfonts/racesport.ttf);
}
    @font-face {
  font-family: emoeng;
  src: url(/mainfonts/emoeng.otf);
}
.boxa
{
 
 border-width:1.5px;
 padding:10px;
 margin:12px;
 border-style:inset;
 border-color:black;
 border-width:5px;
 color:black;
 background-color:rgba(255, 255, 255, 0.58);
width:600px;
}

.boxb
{
 border-style:solid;
 border-width:1.5px;
 padding:10px;
 margin:12px;
 background-color:rgba(17, 52, 58, 0.58) ;
 text-align:left;
 position:relative;
width:600px;
height:500px;
}

a:link {
  color: rgba(43, 69, 123, 1);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgba(43, 69, 123, 1);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: rgba(43, 69, 123, 1);
  background-color: transparent;
  text-decoration: none;
}