/*
	stylesheet for CRT display
	
	markup: Han-earl Park
	copyright buster & friends' d'da
	updated: cork, march 2006
*/



/* overall document look */

body {
	color: #ffffff;
	background-image: url(images/backgound_dark.gif);
	background-color: #000000;
}



/* look of links */

:link {
	color: #0000cc;
	text-decoration: none;
}

:visited {
	color: #660033;
	text-decoration: none;
}

:hover {
	color: #000099;
	text-decoration: underline;
}

:active {
	color: #ff00ff;
	text-decoration: none;
}



/* text */

p, h1, h4, td, div {
	font-family: "Avant Garde", "Century Gothic", Futura, Helvetica, Arial, sans-serif;
}

p {
	color: #000000;
	font-size: 12px;
	text-align: justify;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 32px;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 32px;
	margin-bottom: 32px;

}



/* title image */

img.title {
	margin-top: 32px;
	margin-bottom: 0px;
}



/* layout */

div.center {text-align: center}



/* centering tables */

table.center {
	margin-left: auto;
	margin-right: auto;
}



/* the following would more logically be table.body, but NS4 doesn't support this */

td.body {
	background-image: url(images/backgound_light.gif);
	background-color: #cccccc;
}

/* however, use the following for the gallery page since NS4's redering is ugly */

table.body {
	background-image: url(images/backgound_light.gif);
	background-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
}



/* gallery */

td.gallery {
	text-align: center;
}



/* navigation bar */

div.navbar {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.navbar a:link    { color: #99ccff }
div.navbar a:visited { color: #cc99cc }

