   @font-face {
      font-family:'Aircut';
      src:local('Aircut');
      src:url('/fonts/aircut.ttf') format('truetype');
   }

    a, td, body { color:black; font-size:15pt; font-family:Arial,Helvetica,Sans-Serif; text-decoration:none; }
    body { margin:0 0 0 0; }
    img { border-width:0px; }

    .hr1 { height:1px; border:none; background-color:silver; }
    .aircut { font-family:Aircut,Arial; font-style:italic; }
    .max { width:100%; height:100%; }
    .content { width:800px; }
    .top { vertical-align:top; }
    .middle { vertical-align:middle; }
    .boxshadow1 { box-shadow: black 0px 0px 10px; }
    .boxshadow2 { box-shadow: black 0px 0px 40px; }
    .boxshadow3 { box-shadow: inset black 0px 0px 50px; }
    .center { text-align:center; }
    .right { text-align:right; position:relative; right:10px; }
    .small { font-size:24pt; }
    .micro { font-size:10pt; letter-spacing:1px; }
    .medium { font-size:30pt; }
    .large { font-size:50pt; }
    .italic { font-style:italic; }
    .silver { color:silver; }
    .gray { color:gray; }
    .white { color:white; }
    .red { color:red; }
    .bold { font-weight:bolder; }
    .aurablack { text-shadow: black 0px 0px 5px; }
    .aurabwhite { text-shadow: white 0px 0px 5px; }
    .shadow { text-shadow: gray 4px 4px 5px; }
    .roundedges { border-radius:10px; }
