/* This stylesheet is a slightly modified version of the  
   movabletype doc-styles.css stylesheet.  No copyright
   is claimed on this file, and its derivation is
   justified on the basis of visual consistency with the
   movabletype framework.  Should this plugin ever be
   distributed without the intention of requiring a
   movabletype installation, the stylesheet would be
   nuked and a new one made anew, no doubt much less
   fancy. 

   Okay, we got a good deal more divergence now as I'm
   changing all the pixel measures to points.  If I
   don't enforce a column width, these tiny fonts get
   to looking absurdly stupid.

   Okay, now it's clear that I'm bad at this design
   stuff, but everything is also larger.  curses.
*/

body {
	margin:20px 20px 20px 20px;
	background:#FFFFFF;
	font-family:verdana, arial, sans-serif;
	font-size:12pt;
	color:#333;
	line-height:16pt;
     }

A		{ color: #336699; text-decoration: none; font-weight:bold} 
A:link		{ color: #336699; text-decoration: none; font-weight:bold} 
A:visited	{ color: #336699; text-decoration: none; font-weight:bold} 
A:active	{ color: #99CC66;  } 
A:hover		{ color: #99CC66;  } 
			 

h1
{
    font-family:verdana, arial, sans-serif;
    font-size:28pt;
    font-color:#333;
}

h2
{
    font-family:verdana, arial, sans-serif;
    font-size:24pt;
    font-color:#333;
}
   
h3
{
    font-family:verdana, arial, sans-serif;
    font-size:20pt;
    font-color:#333;
}

h4
{
    font-family:verdana, arial, sans-serif;
    font-size:16pt;
}

p {
	font-family:verdana, arial, sans-serif;
	font-size:12pt;
	color:#333;
	line-height:16pt;
	}

pre {
	font-family:geneva, verdana, arial, sans-serif;
	font-size:12pt;
	color:#333;
	line-height:16pt;
	background-color: #EEE;
	border: 1px solid #333;
	padding: 2px;
	margin-left: 30px;
	margin-right: 75px;
	}
	
ol { 
	color:#333; 
	font-family: verdana, helvetica, sans-serif; 
	font-size: 12pt; 
	line-height:15pt;  }
	
ul { 
	color:#333; 
	font-family: verdana, helvetica, sans-serif; 
	font-size: 12pt; 
	list-style: circle; 
	line-height:15pt;  }

li { 
	font-family: verdana, helvetica, sans-serif;
	color:#333; 
	font-size: 12pt; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 6px; 
	margin-bottom: 0px;
	line-height:15pt;
	}
