/* NASA tracking pages stylesheet */

BODY	{background: #000000;
	 margin-top: 5;
	 margin-left: 5;
	 font-family: Verdana, Arial, sans-serif;
	 font-size: 10px;
	 color: #cccccc;
	 }
	 
table { font-size: 10px; }
	 
p.tiny { font-size: 8px; }
p.larger { font-size: 12px; }
body.larger { font-size: 12px; }

table.data {
	font-size: 10px;
	background: #cccccc;
	color: #000000;
}

p.thiseventgreen {font-size: 16px;
             color: #000000;
	     background-color: #009900;
	     font-weight: bold;
	     margin: 0px;
	     }

p.thiseventred {font-size: 16px;
             color: #000000;
	     background-color: #990000;
	     font-weight: bold;
	     margin: 0px;
	     }

p.thiseventgray {font-size: 16px;
             color: #000000;
	     background-color: #999999;
	     font-weight: bold;
	     margin: 0px;
	     }	     
	     
p.nextevent {font-size: 10px;
             color: #cccccc;
	     font-weight: bold;
	     margin: 0px;
	     }

A:link  { color: #ffccff; }	     
A:visited  { color: #ffccff; }

