@font-face {
   font-family: 'Highway-Gothic';
   src: url( /HWYGCOND.TTF);
   src: local ('Ã'), 
   url( /HWYGCOND.TTF) format('truetype'),
}
body {
//background-color: #FAFAFA;
background-color: #ffffff;
text-align: center;
}
div {
font-family: "Highway-Gothic",Arial,serif;
font-style: normal;
font-size: 50px;
margin-left:auto;
margin-right:auto;
margin-top: 2px;
margin-bottom: 2px;
text-align: center;
line-height: 48px;
box-sizing: border-box;
width: 60%;
border: 10px solid black;
background-color: yellow;
}
h1 {
font-family: "Highway-Gothic",Arial,serif;
font-style: normal;
font-weight: normal;
font-size: 10px;
margin-left:auto;
margin-right:auto;
margin-top: 2px;
margin-bottom: 2px;
text-align: center;
line-height: 18px;
box-sizing: none;
text-transform: uppercase;
}
h2 {
font-family: "Highway-Gothic",Arial,serif;
font-style: normal;
font-weight: normal;
font-size: 10px;
margin-left:auto;
margin-right:auto;
margin-top: 2px;
margin-bottom: 2px;
text-align: center;
line-height: 12px;
box-sizing: none;
text-transform: uppercase;
}
a:link { 
color: #000000; 
text-decoration: none; 
}
a:visited { 
color: #000000; 
text-decoration: none; 
}
a:focus { 
color: #000000; 
text-decoration: none; 
}
a:hover { 
color: #000000; 
text-decoration: none;
background-color: yellow;
border-left: 4px solid #000000;
border-right: 4px solid #000000;
border-bottom: 4px solid #000000;
border-top: 4px solid #000000;
}
a:active { 
color: #000000; 
text-decoration: none; 
}
h1:hover { 
color: #000000; 
text-decoration: none; 
}
h2:hover { 
color: #000000; 
text-decoration: none; 
}