@charset "utf-8";

body {
	background-image: url(images/stars.png);
	color: #FF0;
}
a {
	color:orange;
	text-decoration:underline
}
a:visited {
	color:orange;
	text-decoration:underline
}
a:hover {
	color:yellow;
	text-decoration:none
}


/* index.html */

iframe {
	border: solid thin #373737;
}

.mainalign {
	text-align: center;
}
.navigation {
	width: 150px;
	height: 675px;
	overflow: hidden; 
}
.main {
	width: 607px;
	height: 675px;
}

#div.blink {
	background-image: url('/images/gah.gif');
}

