/* stephens cross site main styles */
a:link { color:#005630; }
a:visited { color:#5d1600;  }
a:active { background-color:#ffff00; color:#330066; }
a:hover { color:#9f0016 !important; background-color:#ffdcff; }
img {
        max-width: 100%;
        height: auto;
      }
body {background-color:#f9ebeb;  color:#000079;  margin: 0% 3% 0% 3%; }
.navbar {text-align: center; font-size: 65%; line-height:150%; }
.navbaraccess { text-align: center; font-size: 102%; background-color:#ffffcc; line-height:150%; }
.tiny { font-size: x-small; }
.lineh {line-height: 150%; }
.table {display:inline-block;
          margin-right: 0.5em;
          margin-bottom: 0.5em; }
h1 { font-size: 170%; }
h2 { font-size: 140%; }
h3 { font-size: 112%; }


@media print {
                        * {
                             color: black !important ;  background-color: white !important ;
                           }
                   }
@media print {
    .navbar, .navbaraccess { display: none; }
                   }
@media print {
                   a:after   {
                               content: " (" attr(href) ") ";
                               }
                   } 
@media print { h1 {font-size: 125%; } }
/* probably only Opera supports this one: */
@media print { body { widows: 3; } }
