/* style.css */
<style>

body  { margin-top: .5in;
        margin: 0;
        padding: 0;
        font-family: arial;
        font-size: 100;
        line-height: 110%;
        background-color: #FFFFCC; }
        A:link { color: #800000; font-weight;medium; cursor:w-resize; }
        A:visited { color: #800000; }
        A:hover { color: #808080; }
        A:active { color: #800000; }
  
h1     {font-family: "Comic Sans MS", sans-serif;
        font-weight: bold;
        font-size: 14pt;
        color: #800000; }

.name  {font-family: "Arial";
        font-weight: bold; }

.add_ht {line-height: 18px;
        font-weight: 500; }

.picframe {border-style: double;
           padding: 2px;
           border-width: medium; }

input {height:40px;font-size:14px;}

@media screen and (max-aspect-ratio: 13/9) { 
/*
focus on element styles in portrait view, not meta tags
*/
@media print {body {color: black; background-color: white; }
@media print {a:link, a:visited {text-decoration: none; color: black; }

</style>