/* SFE3 test stylesheet */

BODY,P,OL,UL,TD,CENTER,H1,H2,H3,H4,H5,H6 { font-family: "Verdana", "Trebuchet", "Arial", "Helvetica";
 color: black; line-height: 140%;
 }

BODY,P,OL,UL,TD,CENTER { font-size: 12pt; }

H1  { font-size: 14pt; }
H2,H3  { font-size: 13pt; }

H3 { color:teal; }

BODY { margin-left: 5%; margin-right: 5%; }


A { text-decoration: none; font-weight:bold; font-size: 11pt; }
A:visited { color:navy; } 
A:hover   { color:red !important; } 

.menupar { text-align: center; background-color: aqua; border: solid black 1px; }

.conbox { float: right; padding: 1em; margin-left: 1em; margin-bottom: 1em;
          border: solid black 1px; width: 30%;
        }

.quote { margin-left: 2em; margin-right: 2em; font-size: 11pt !important; }

.deadlink { color:#800000; font-weight:bold; font-size: 11pt; text-transform:uppercase; }

/* Used as CLASS in SPAN tags for Varley's PRESS ENTER [BLOT] */
.blit { background-color: black; width: 10em;}

/* Styles exclusive to front page etc. */

.splash {font-size: 24pt !important;
         margin-top: 10px; margin-bottom:15px;
         color:#FFFF00; }



