/*  Style Sheet for HJohnson.Com site	*/
/*  Created in July of 2005, by			*/
/*	Hugh Johnson, himself.				*/


/*  General definitions for all page bodies	*/

<meta name=viewport content="width=device-width, initial-scale=1">

body {font-family: arial, veranda, geneva, helvetica, san-serif;
	  font-size: 14px; 
	  line-height: 16px; 
	  background-color: white;
	  color:black;
	  link: blue;
	  vlink: purple;
	  }


/*	Some Unique Stuff for main H1 header	*/

h1	{font-size: 36px; 
	line-height: 40px;
	background-color: white; 
	color: black;
	}

h2	{font-size: 28px;
	 line-height: 30px;
	 background-color: white;
	 color: brown;
	 }

h3	{font-size: 22px;
	 line-height: 26px;
	 background-color: white;
	 color: green;
	 }

#theLogo	{position: absolute;
			 top: 20px;
			 left: 40px; }

#theMap		{position: absolute;
			 top: 160px;
			 left: 10px; }

/* 	Definitions for various colors to	*/
/*	use here and there without setting	*/
/*  the color for all pages on the site	*/

#green 		{color: green;}
#brown		{color: brown;}
#lightbrown {color: rgb(159,106,49);}
#darkbrown 	{color: #663300;}
#olive		{color: olive;}
#lime		{color: #009999;}