	<style type="text/css">
		a:link {
			text-decoration: none;
		}

		a:visited {
			text-decoration: none;
		}

		a.rev:link {
			color:	white;
			text-decoration: none;
		}

		a.rev:visited {
			color:	lightpink;
			text-decoration: none;
		}

		body {
			background-color: #666666;
			margin: 0;
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
			font-size: 16px;
		}
		
		flleft {
			float: left;
		}
		
		h1.head {
			color:	#3338E0;
			text-align: center;
			font-size: xx-large;
		}

		p.jn {
			text-align:justify;
		}
		
		p.j {
			text-align:justify;
		}
		
		pre.foot {
			font-size: 12px;
			padding: 5px;
		}
		
		pre.lic {
			font-size: 12px;
			line-height: 14px;
		}
		
		span.date {
			font-size: 12px;
			font-style:	italic;
		}
		
		span.red {
			color:	red;
		}
		
		span.title {
			font-size: 20px;
		}
		
		.banner {
			background-color: #000;
			color: white;
		}
		
		.banner a:link {
			color: white;
			text-decoration: none;
		}
			
		.banner a:active {
			color: red;
			text-decoration: none;
		}
			
		.banner a:hover {
			color: red;
			text-decoration: none;
		}
			
		.banner a:visited {
			color: white;
			text-decoration: none;
		}
		
		.head {
			line-height: 14px;
			padding-bottom: 4px;
			font-size: 12px;
			text-align: right;
		}
		
		hr {
			width: 80%;
			text-align: center;
			height: 1px;
			background-color: #999999;
			border: 0;
		}
		
		td.foot {
			color: white;
		}
		
		td.list {
			background-color: #D4DBE3;
		}
		
		td.menu {
			background-color: #D4DBE3;
			border-right-color:	black;
			border-right-width:	thick;
			text-align: left;
			vertical-align: top;
			width:	160px;
		}

		td.story {
			padding-bottom: 10px;
			padding-right: 5px;
		}		
	
		td.top {
			border-bottom-style: solid;
			border-bottom-width: thin;
			border-top-style: solid;
			border-top-width: medium;
			border-color: gray;
			padding-bottom: 4px;
			padding-top: 4px;
		}
				
		td.bottom {
			border-bottom-style: solid;
			border-bottom-width: medium;
			border-color: gray;
			padding-bottom: 4px;
			padding-top: 4px;
		}
				
		td.middle {
			border-bottom-style: solid;
			border-bottom-width: thin;
			border-color: gray;
			padding-bottom: 4px;
			padding-top: 4px;
		}
				
		td.single {
			border-bottom-style: solid;
			border-bottom-width: medium;
			border-top-style: solid;
			border-top-width: medium;
			border-color: gray;
			padding-bottom: 4px;
			padding-top: 4px;
		}
				
		#container {
			width: 920px;
			margin: 10px auto;
			margin-top: 0px;
			padding-top: 0px;
			background-color: #fff;
			color: #333;
			border: 1px solid gray;
			line-height: 130%;
		}
		#containerm {
			margin: 10px auto;
			margin-top: 0px;
			padding-top: 0px;
			background-color: #fff;
			color: #333;
			border: 1px solid gray;
			line-height: 130%;
		}
		#varimg img {
			display: block;
			margin: 0 auto;
			max-width: 100%;
			height: auto;
		}
		#content {
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
			margin-left: 200px;
			padding: 1em;
			max-width: 38em;
		}

		#content a {
			text-decoration: none;
		}
		
		#content a:hover {
			text-decoration: underline;
		}
		
		#content h2 {
			font-size: 20px;
		}
		
		#content div.rss_desc {
			font-size:14px;
			text-align: justify;
			margin-top: 10px;
		}
		
		#content div.list {
			font-size: 12px;
		}
		
		#content span.rss_date {
			font-size: 12px;
			padding: 0px;
			margin: 0px auto;
			text-align: justify;
			font-style: italic;
			color: #333333;
		}
		
		#content span.rss_head {
			font-size: 20px;
			padding: 0px;
			margin: 0px auto;
			text-align: justify;
			font-style: normal;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
		
		#content div.sticky {
			font-size:14px;
			text-align: justify;
			margin-top: 10px;
			background-color: #FFCC00;
			border-color: #333333;
			border-style:dashed;
			border-width:thin;
			margin: 6px;
			padding: 15px;
			margin-bottom: 15px;
		}
		
		#content h2.sticky {
			text-align: center;
		}
		
		#content div.noleft {
			margin-left: 0px;
			border-left: none;			
			padding: 1em;
		}
		
		#content pre {
			font-size: 16px;
			overflow: auto;
		}

		#contentmenu {
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
			background-color: #333;
			padding: 2px;
			padding-left: 7px;
			padding-right: 7px;
			height: 14px
			vertical-align: middle;
			color: white;
			font-size: 12px;
		}

		#contentmenu a {
			color: #cccccc;
			text-decoration: none;
		}

		#contentmenu a:hover {
			color: white;
			text-decoration: none;
		}
			
		#footer {
			clear: both;
			margin: 0;
			padding: .5em;
			color: #333;
			background-color: #ddd;
			border-top: 1px solid gray;
		}
		
		#footer2 {
			clear: both;
			margin: 0;
			padding: .5em;
			color: #CCCCCC;
			background-color: #000000;
			border-top: 1px solid gray;
		}
		
		#footer pre {
			font-family: Menlo, Monaco, "Andale Mono Regular", monospace; 
			font-size: 12px;
			line-height: 14px;
		}

		#hmenu {
			border-bottom: 1px solid gray;
		}
		
		#leftnav {
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
			float: left;
			width: 160px;
			margin: 0;
			padding: 1em;
		}

		#leftnav a {
			color: #FF3300;
			text-decoration: none;
		}

		#leftnav a:hover {
			color: #FF3300;
			text-decoration: underline;
			text-decoration: underline;
		}
		
		#leftnav p {
			margin: 0 0 1em 0;
		}

		#leftnav h3 {
			margin: 0 0 1em 0;
		}

		#leftnav div.sticky {
			font-size:14px;
			background-color: #FFCC00;
			border-color: #333333;
			border-style:dashed;
			border-width:thin;
			padding: 15px;
			margin-bottom: 15px;
			text-align: right;
		}
		
		#leftnav h2.sticky {
			text-align: center;
		}
		
		#top {
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
			padding: 0.5em;
			border-bottom: 1px solid gray;
			height: 110px;
			background-image:url(/Images/HMUG_Header_Sierra.png);
			background-repeat:no-repeat;
			padding-left:	217px;
			vertical-align: top;
		}
		#topm {
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
			padding: 0.5em;
			border-bottom: 1px solid gray;
			height: 110px;
			background-image:url(/Images/HMUG_Header_Sierra.png);
			background-repeat:no-repeat;
			vertical-align: top;
		}

		#top span.title {
			text-shadow: 2px 2px 4px #333333;
			color: white;
			vertical-align: top;
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 36px;
			line-height:40px;
		}
		#top span.titlem {
			text-shadow: 2px 2px 4px #333333;
			color: white;
			vertical-align: top;
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 18px;
			line-height: 20px;
		}

		#top span.subtitle {
			text-shadow: 2px 2px 4px #333333;
			color: white;
			vertical-align: top;
			font-size: 18px;
			background-position: center;
			line-height: 20px;
		}
		#top span.subtitlem {
			text-shadow: 2px 2px 4px #333333;
			color: white;
			vertical-align: top;
			font-size: 14px;
			background-position: center;
			line-height: 15px;
		}

		#toplink {
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
			padding: 4px;
			background-color: #000000;
			border-bottom: 1px solid gray;
			/*height: 18px;*/
			vertical-align: middle;
			color: white;
			font-size: 14px;
		}

		#toplink a {
			color: #cccccc;
			text-decoration: none;
		}

		#toplink a:hover {
			color: #fff;
			text-decoration: none;
		}
		
		ul {
			list-style-position: outside;
			list-style-image: url(/Images/ra.gif);
			list-style-type: square;
		}
	</style>
