@charset "UTF-8";
/* CSS Document */

	
.main1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #ecf9a2;
	width: 420px;
	height: auto;
	border-bottom: #ff0000 3px solid;
	border-left: #660000 3px solid;
	border-right: #4c06bf 3px solid;
	border-top: #663399 3px solid;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	margin-left: 250px;
	margin-top: 25px;
	}
	
.main2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #ecf9a2;
	width: 420px;
	height: auto;
	border-bottom: #ff0000 3px solid;
	border-left: #660000 3px solid;
	border-right: #4c06bf 3px solid;
	border-top: #663399 3px solid;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-left: 250px;
	margin-top: 1px;
	}
	
h3 {
	height: 20px;
	width: 420px;
	}
	
h3.astrd {
	background: url(images/asteroidHead.gif) no-repeat top left;
	}	
	
h3.astron {
	background: url(images/astronomicalHead.gif) no-repeat top left;
	}
	
h3.dark {
	background: url(images/darkskyHead.gif) no-repeat top left;
	}
	
h3.gov {
	background: url(images/govHead.gif) no-repeat top left;
	}
	
h3.mag {
	background: url(images/magazinesHead.gif) no-repeat top left;
	}
	
h3.soft {
	background: url(images/softwareHead.gif) no-repeat top left;
	}
	
h3.astrd span, 
h3.astron span,
h3.dark span,
h3.gov span,
h3.mag span,
h3.soft span {
	display: none;
	}
	
.main2 ul {
	list-style: none;
	}
	
li.first {
	margin-bottom: 3px;
	margin-top: -20px;
	}
	
.main2 a:link {
	font-size: 12px;
	font-weight: bold;
	color: #4C06BF;
	text-decoration: none;
	}
	
.main2 a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	}
	
.main2 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	}