/* style CSS for print */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12pt;
	font-family: times, "Times New Roman", Garamond, serif;
        line-height: 1.2;
	font-style: normal;
	background-color: #aabbcc;
}

#container {
	padding: 0;
        margin: 0 auto;
        width: 800px;
        text-align: center;
}

img {max-width: 500px;}

span.caption {
            display: table;
            color: black;
            font-size: 80%;
}

#masthead {
	color: #FFCC00;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	width: 97.5%;
	height: 100px;
	background-color: #996600;
	overflow: visible;
}

#masthead p {
	   color: #2F2F2;
	   font-size: 300%;
           line-height: 1.0;
	   text-align: center;
           text-shadow: 2px 2px #ff0000;
	   margin: 10px 10px 0 10px;
}

#masthead p.scientific {
            color: black;
            font-size: 100%;
            font-style: italic;
            text-shadow: 0px 0px;
}	

#footer { 
          text-align: center;
          font-size: 75%;
          border-top: 1px solid #000; 
}

a: {color: #996600; text-decoration: none; }

#link-back {display:none;}

#masthead img {display:none; }

img.range {display:none;}

img.thumb {display:none;}

video.big {display: none;}

