/* CSS Document */

body {
	background-attachment: fixed;
	background: url(../../images/bgtanspeckle.jpg);
	}
a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	}
a:active {
	color: #000000;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 30px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 30px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: -30px;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
	}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	}
.container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-indent: 15px;
	}
.container ul, .container ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
.quote {
	margin-left: 35px;
	margin-right: 35px;
	}
.center {
	text-align: center;
	text-indent: 0px;
	} 
.center img {
	border-style: solid;
	border-width: 2px;
	border-color: #0000CC;
	}
.caption {
	font-size: .8em;
	font-weight: bold;
	text-indent: 0px;
	}
.strike {
	text-decoration: line-through;
	}
#navlinks {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 15px;
	line-height: 140%;
	margin-top: 30px;
	margin-bottom: 20px;
	}