/* cascading style sheets for
 * the swanson web pages
 * for the Panama Canal cruise 2004
 * updated 12/31/2004
 */

body {
	color: #000;
	background-color: #fff;
}

P.body {
	text-indent: 36pt;
	margin: 9pt 144pt 9pt 72pt;
	font-size: 90%;
	color: #000;
	font-family: verdana,arial,helvetica, sans-serif;
}

.big_cap {
        display: inline;
	font-size: 160%;
	font-weight: bold;
	color: #00f;
	font-family: verdana,arial,helvetica, sans-serif;
}

P.nonindentedbody {
	margin: 9pt 144pt 9pt 72pt;
	font-size: 90%;
	color: #000;
	font-family: verdana,arial,helvetica, sans-serif;
}

p.centeredlink {
	text-align: center;
	margin: 9pt 18pt 0pt 18pt;
	font-weight: bold;
	color: #000;
	font-family: verdana,arial,helvetica, sans-serif;
}

p.noncenteredlink {
	margin: 9pt 0pt 0pt 0pt;
	font-weight: bold;
	color: #000;
	font-family: verdana,arial,helvetica, sans-serif;
}

p.colored {
	margin: 9pt 36pt 0pt 72pt;
	font-weight: bold;
	color: #f00;
	font-family: verdana,arial,helvetica, sans-serif;
}


H1.heading1, H2.heading1, H3.heading1, H4.heading1, H5.heading1, H6.heading1 {
	text-align: center;
	margin: 9pt 18pt 9pt 18pt;
	font-size: 190%;
	font-weight: bold;
	color: red;
	font-family: verdana,arial,helvetica, sans-serif;
}

p.timestamp {
	text-align: center;
	margin: 0pt 72t 0pt 72pt;
	font-size: 75%;
	font-style: italic;
	color: #333;
}

H1.heading2, H2.heading2, H3.heading2, H4.heading2, H5.heading2, H6.heading2 {
	text-align: center;
/*	text-align: left; */
	margin: 9pt 72pt 9pt 36pt;
	font-size: 110%;
	font-weight: bold;
	color: brown;
/*	color: #666; */
	font-family: verdana,arial,helvetica, sans-serif;
}

H1.heading3, H2.heading3, H3.heading3, H4.heading3, H5.heading3, H6.heading3 {
	text-align: center;
	margin: 9pt 0pt 0pt 0pt;
	font-size: 120%;
	font-weight: bold;
	color: #666;
	font-family: verdana,arial,helvetica, sans-serif;
}

P.hidden {
        display: none;
	margin: 9pt 0pt 9pt 0pt;
	font-size: 10%;
	font-weight: lighter;
	color: #ccc;
	background-color: #ccc;
	font-family: verdana,arial,helvetica, sans-serif;
}

A:link {
	color: blue;
	background-color: #fff;
	text-decoration: underline;
}
A:visited {
	color: purple;
	background-color: #fff;
	text-decoration: none;
}
A:active {
	color: red;
	background-color: #fff;
	text-decoration: underline;
}

A:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

