/*	sf.css - CSS for starry background	*/

/*	General style settings	*/

body { color: rgb(240,240,240); background: url(../bg/spacebg.jpg); }
body.red { color: rgb(240,240,240); background-color: rgb(20,20,20);
	background-image: url(../pics/red05/jasonbg.jpg);
	background-position: top left;
	background-repeat: no-repeat }
a:link  { color: rgb(180,180,255); text-decoration: underline }
a:visited  { color: rgb(120,120,255); text-decoration: underline }

h1 { text-align: center;
	background-image: url(../bg/f8d.gif); background-repeat: no-repeat;
	height:45px}

/*	Navigation buttons	*/

.oldbutton { display:table-cell; background: rgb(240,240,240) }
.oldbutton:hover { display:table-cell; background: rgb(0,0,0) }
.oldherebutton { display:table-cell; background: rgb(210,0,0) }

.nav { background-image: url(../button/blank.gif);
	background-repeat: no-repeat; text-align: center;
	width: 125px; height: 25px }
.herenav { background-image: url(../button/blank.gif);
	background-repeat: no-repeat; text-align: center;
	width: 125px; height: 25px }

a.navtxt { color: rgb(240,240,240);
	font-family: Arial, Helvetica, sans-serif; font-size: 15px;
	font-style: italic; font-weight: bold; text-decoration: none }
a.navtxt:hover { color: rgb(0,0,0) }
a.herenavtxt { color: rgb(210,0,0);
	font-family: Arial, Helvetica, sans-serif; font-size: 15px;
	font-style: italic; font-weight: bold; text-decoration: none }

/*	Footer	*/

.footer { font-size: 70% }


