/*
//file: nufosmatic.css

  NUFOSMATIC
  National UFO Sighting Mapping, Analysis, and Tracking Integration Cybersite

  nufosmatic.css - master cascading style sheet

*/

BODY 
{
	font-family:		"times new roman", times, serif ;
	background-color:	#000000 ;
	color:	yellow ;
	margin-top:	0 ; 
	margin-bottom:	0 ; 
	margin-left:	2% ;
	margin-right:	2% ;
	text-align:	justify ; 
}

MENU 
{
	font-family:		"times new roman", times, serif ;
	background-color:	#000000 ;
	font-color:	yellow ;
	margin-left:	10% ;
	margin-right:	10% ;
	text-align:	justify ; 
}

H1, H2, H3
{
	font-family:	gill, arial, helvetica, sans-serif ; 
	font-color:	yellow ;
}

H2, H3
{
	margin-left:	2% ;
	font-color:	yellow ;
} 

H1
{
	text-align:	center; text-transform: uppercase ;
	font-color:	yellow ;
}	

DIV.abstract
{
	margin-left:	20% ;
	margin-right:	20% ;
	font-size:	smaller ;
}

P
{
	text-indexnt: 	5em ;
	font-color:	yellow ;
}

A:link
{
	color:		#88FFFF ;
	text-decoration:	underline ;
}

A:visited
{
	color:		#8888FF ;
	text-decoration:	underline ;
}

DIV.application tr
{
	color:		#888888 ;
	backgound-color:	#33CCFF ;
}


