/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Special simple style sheet for use only with 175th trail poster pages
	designed to be displayed in a frame
	Sets style elements intended to be independent of main website style sheet
   
	Version - September 2021
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Basic poster page style
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	padding: 0px 10px 0px 10px;
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-color:#f0ece1;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Make an image scale and add border
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {
   	border: 1px solid #999999;
	text-decoration: none;
	max-width: 100%;
	height: auto;
	width: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Misc Typographic styles
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mtxt {font-size: medium}
.smltxt {font-size: small}
.xsmltxt {font-size: x-small}
.xxsmltxt {font-size: xx-small}
.postertitle {
	font-weight:bold;
	font-size: 1.3em;
	line-height: 2em;
	color: #333333;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
