
body {
  background-image: url('loretta.png');
  color: #FFFFFF;
  background-size: 1920px;
  font-family: 'tx2';
  
}
a:link {
  color: #00e9f8;
}

a:visited {
  color: #00e9f8;
}

a:focus {
  
   font-style: italic;
}

a:hover {
  
   font-style: italic;
}

a:active {

}
@font-face {
    font-family: "tx2"; 
    src: url("/tx-02-regular-webfont.woff") format("woff");
    font-weight: 1 1000;
}
