<style type="text/css">

a {
	color: rgb(230, 217, 170);
}
a:link {color: rgb(230, 217, 170);}
a:visited {color: rgb(230, 217, 170);}
a:hover {color: white;}
a:active {color: white;}
a.white {
	color: white;
}
a.white:link {color: white}
a.white:visited {color: white;}
a.white:hover {color: rgb(230, 217, 170);}
a.white:active {color: rgb(230, 217, 170);}

a.astro-big {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	font-family:verdana,geneva,helvetica,arial,sans-serif;
	color: rgb(255, 255, 255);
}
a.astro-big:link {color: white;}
a.astro-big:visited {color: white;}
a.astro-big:hover {color: rgb(230, 217, 170);}
a.astro-big:active {color: rgb(230, 217, 170);}

a:link img { border: 1px solid rgb(180, 170, 100); } 
a:visited img { border: 1px solid rgb(180, 170, 100); } 
a:hover img { border: 1px solid white; }
a:active img { border: 1px solid white; } 

a.noborder:link img { border: 0px; } 
a.noborder:visited img { border: 0px; } 
a.noborder:hover img { border: 0px; }
a.noborder:active img { border: 0px; } 

body {
 	color: rgb(230, 217, 170);
 	background-image: url(astrobg.jpg);
	font-family:verdana,geneva,helvetica,arial,sans-serif;
	font-size:12px;
}
h1 {
	font-weight:normal;
	font-style:italic;
	font-size:28px;
	font-family:times,serif;
	text-align: center;
}
h2 {
	font-weight:lighter;
	font-size:20px;
	font-family:times,serif;
}
h3 {
	font-weight:lighter;
	font-style:italic;
	font-size:22px;
	font-family:times,serif;
	text-align: center;
}

td {
	font-size:12px;
	font-family:verdana,geneva,helvetica,arial,sans-serif;
	text-align: left;
	vertical-align: top;
}

table.image-display {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: rgb(230, 217, 170);
	border-collapse: collapse;
	width: 600px;
}
td.border-bgblack {
	border-width: 1px;
	padding: 15px;
	border-style: solid;
	border-color: rgb(230, 217, 170);
	background: black;
	font-size:12px;
	font-family:verdana,geneva,helvetica,arial,sans-serif;
	text-align: center
}
td.border {
	border-width: 1px;
	padding: 15px;
	border-style: solid;
	border-color: rgb(230, 217, 170);
	border-collapse: collapse;
	font-size:12px;
	font-family:verdana,geneva,helvetica,arial,sans-serif;
	text-align: left
}
table.screenshot {
	padding: 15px;
	font-size:12px;
	font-family:verdana,geneva,helvetica,arial,sans-serif;
	font-style:italic;
	text-align: left
}
</style>