

body	{
	margin:	0;
	padding:	0;
	font-family: georgia, times, serif;
	font-size: 11px;
	color:	#000;
	background : #009999;  }
a:link	{
	color:	#669966;
	background-color: #fff;
	}
a:visited	{
	color:	#666;
	background-color: #fff;
	}
a:active	{
	color:	#cc0;
	background-color: #cc6600;
	}
a:hover	{
	color:	#fff ;
	background-color: #669966;
	}
	
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
	
	div, p, th, td, li   {
             /* selectors because the web is old */
    font-family:  verdana, arial, geneva, sans-serif;
    }

a.perma:link	{
	color:	#666;
	background-color: #fff;
	
	}
a.perma:visited	{
	color:	#ccc;
	background-color: #fff;
	}

a.perma:hover	{
	color:	#666 ;
	background-color: #fff;
	text-decoration: underline;
	}

a.perma {font-size: 10px;}	    

.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted #666;
	background: #fff url(http://www.crankygirl.com/gifs/crowbk.gif) no-repeat fixed top right;;
	color: #000;
	}
	
	
.copy {
	padding: 10px 20px;
	width: 350px;
	text-align:left;
	line-height: 140%;
	
	}
	
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}	

img	{
		/* turns off gaps around images sometimes */
	border:	0
	}


#leftcontent {
		position: absolute;
		left:8px;
		top:18px;
		width:350px;
		background:#fff;
	    color: #333;
		border:1px solid #ccc;
		padding: 10px 20px;
		}
		
h1	{
	font-size:	10px;
	line-height: 140%;
	color: #669966;
	background-color: transparent;
	margin:	1.25em 0 0 0;
	font-family:	verdana, arial, geneva, sans-serif;
	font-weight: normal;
	}
	
h2 {font-size: 11px;
	color: #333;
	background-color: transparent;
	}
	
.strik {text-decoration: line-through;
}

#footer {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	}

	

