/* This is the default style sheet used by the NH [thoughts] Web Development Entry Page.
*/ 

A		{ 
		color: #4A7184;
		text-decoration: none;
		font-weight:bold; 
		font-family:trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		font-size: 12px;
		}
		
A:link		{ color: #4A7184;  }

A:visited	{ color: #4A7184;  }

A:active	{ color: #999966;  }

A:hover		{ color: #999966;  } 

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/

font	{ 
		font-family:trebuchet MS, trebuchet, verdana, arial, sans-serif;
		font-weight:normal;
		text-transform:none; 
		}

table	{ 
		background-color: transparent; 
		color: #666;
		font-family:trebuchet MS, trebuchet, verdana, arial, sans-serif;
		font-weight:normal;
		text-transform:none;
		font-size: 12px;
		}

body	{
		background-image:url(nhthoughts_bkgd_2.gif);
		background-attachment:fixed;
		background-position:0% 50%;
		background-repeat:no-repeat;
		}

P		{ 
		font-family:trebuchet MS, trebuchet, verdana, arial, sans-serif;
		font-weight:bold;
		text-transform:none;
		font-size: 12px;
		color: #666; 
		}

P.story	{
		font-family:trebuchet MS, trebuchet, verdana, arial, sans-serif;
		font-weight:normal;
		text-transform:none;
		font-size: 12px;
		color: #666; 
		}