html,body {background: #000 url(/hawk/bg-bird.jpg);color: #fff; font-size:14px; font-family:  arial,verdana, helvetica;margin:0}

h1       {font-size:30px; font-weight:bold;padding:5px;text-align: center}
h2       {font-size:20px; font-weight:bold;padding:2px;text-align: center }
h3       {font-size:15px; font-weight:bold;padding:2px;}

img      {border:0}
.vbar    {background: url(/hawk/v-bar.jpg) #000;height:50px;width:10px;float:left;}
.stain   {background: url(/hawk/stain1.jpg);color:#000} 
.stainc  {background: url(/hawk/stain1.jpg);color:#000;text-align: center;margin:0 auto;border:5px outset;padding:2px;} 

.screen  {background-color: #000;color:#fff;opacity:.8;margin:0 auto;margin-top:90px;padding:4px;width:250px;}

.vhair   {position:absolute;top:-2px;left:-2px;height:5px;width:5px;background: url(/hawk/v-cross.jpg) #f00;z-index:1}
.hhair   {position:absolute;top:-2px;left:-2px;height:5px;width:5px;background: url(/hawk/h-cross.jpg) #f00;z-index:1}


.rth     { color: #993330; font-weight: 600 }
.beige   { background-color: #eec }
.black   { background-color: #000 }
.red     { background-color: #dd55f0 }
.lfield  { background-color: #eec; text-align: right }
.button  { background: url(/hawk/b-button.jpg) #000;color:#000;border:2px inset;cursor:pointer} 
.button:hover{background:url(/hawk/b-button-h.jpg);color:#f00}

.button2  { background: url(/hawk/b-button.jpg) #000;color:#000;border:2px inset;cursor:pointer;margin:2px auto;width:150px;font-weight:bold;} 
.button2:hover{background:url(/hawk/b-button-h.jpg);color:#f00}

.metal2  { background: url("bg-metal2.jpg")}
.led     { font-weight: bold; padding:2px;
           font-size: 14px;
		   background-color: #600;
           color: #f00;
		   border-style: outset;
		   border-color: #f00;
		   border-top-color: #c66;
		   border-left-color: #966;
		   border-right-color: #300;
		   border-bottom-color: #200;
		   border-width: 2px;
		   }
.crt     { font-weight: bold;
           font-size: 14px;
		   background-color: #222;
           color: #0f0;
		   border-style: inset;
		   border-color: #000;
		   border-top-color: #9f9;
		   border-left-color: #cfc;
		   border-right-color: #9f9;
		   border-bottom-color: #cfc;
		   border-width: 5px;

		   }
.lcd     { font-weight: bold;
           font-size: 14px;
		   background-color: #9c9;
           color: #000;
		   border-style: inset;
		   border-color: #000;
		   border-top-color: #000;
		   border-left-color: #000;
		   border-right-color: #000;
		   border-bottom-color: #000;
		   border-width: 5px;
		   }
#leftright, #topdown{
position:absolute;
left:0;
top:0;
width:1px;
height:1px;
background-color:#fff;
z-index:100;
font-size:1px;
}
p        { font-weight:bold; font-size:10pt; text-decoration:none; line-height:20pt; text-align:center}

a:link   { color: #00f }
a:active { color: #f00 }
a:visited{ color: #626 }
