/* Style sheet file for Chat Pages */

/* Anchor Pseudo-classes */
a:link {
	color: #00C;
	}
a:visited {
	color: #050;
	}
a:active {
	color: #00F;
	}
a:hover {
	color: #309;
	text-decoration:none;
	}


/* Body - basic page style */
body {
	font-family: times new roman, times, serif;
	margin: 10px 15px 10px 15px;
	background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #000;
	}

center {
	font-family: times new roman, times, serif;
	background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #000;
	}

p {
	font-family: times new roman, times, serif;
	background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #000;
	}

ul {
	font-family: times new roman, times, serif;
	background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #000;
	}

/* Horizontal rule - HR Size set to "25" in document */
/* because I couldn't figure out how to do it here that worked on all browsers */
hr {
	width: 95%;
	align: center;
	}


/* Cells of the table */
td {
	font-family: times new roman, times, serif;
	background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #000;
	}


/* Extra Large font emphasis - black */
h1 {
	font-family: times new roman, times, serif;
	font-weight: bold;
	font-size: 125%;
	background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #000;
	}


/* Extra Large font emphasis - red */
h2.new {
	font-family: times new roman, times, serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 125%;
	text-align: center;
	background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #F00;
	}


/* Large font emphasis - green */
h3 {
	font-family: times new roman, times, serif;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 110%;
	background: background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #2B8;
	}


/* Large font emphasis - black */
h4 {
	font-family: times new roman, times, serif;
	font-weight: bold;
	font-size: 110%;
	background: background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #000;
	}


/* Small font emphasis */
h5 {
	font-family: times new roman, times, serif;
	text-align: center;
	font-size: 75%;
	background: background-image: http://www.us-national-parks.net(/images/lighttex.gif);
	color: #000;
	}

/* DIV tag styles - info.txt styles */
DIV.info {
	text-align: center;
	}
