body	{ 
	color: black;
	font-family:Verdana;
	font-size:10pt;
	background: #F0f2ec;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 800px;
	padding: 1em;
	}
a:active	{ color: #FFFFFF; }
a:link		{ color: #006600; }
a:visited	{ color: #9933FF; }
a:hover		{ color: red; text-decoration: underline overline; font-variant: small-caps; }

new		{ color: red; font-family:Verdana; font-size:10pt; }
white		{ color: white; font-family:Verdana; font-size:10pt; }
red		{ color: red; font-family:Verdana; font-size:10pt; font-weight: bold; }
blue		{ color: blue; font-family:Verdana; font-size:10pt; }
green		{ color: green; font-family:Verdana; font-size:10pt; }

li		{ margin: 5px 0 5px 0; }
legend		{ color: black; font-family:Verdana; font-size:1.2em; font-variant:small-caps;
		font-weight: bold; background-color:WhiteSmoke; 
		border:1 solid; border-bottom:none; padding: 3 10 0 10; }
fieldset, .fieldset{ color: black; font-family:Verdana; background-color:WhiteSmoke; padding:20px; }
table		{ color: black; font-family:Verdana; font-size:10pt; }
th		{ border: 1px solid DACDB7; padding: 0 5px 2px 5px; background-color: #b9c2a8; 
		text-align: bottom center; }
td		{ border: 1px solid DACDB7; padding: 0 5px 2px 5px; }
linky		{ color: #660000; font-variant:small-caps; font-family:Verdana; font-size:10pt; }
h2, h3, h4	{ margin: 3em 0 0 0; text-align: left; }
h2		{ font: 1.3em; font-weight: bold; }
h3:before	{ color: red; content: ".:: "; }
h3:after	{ color: red; content: " ::."; }
i		{ font-style:italic; }

.entry 		{ font-size: 1.1em; line-height: 1.65em; }
.entry p 	{ padding-top: 10px; text-indent:3em; }
.entry ol li	{ margin: 1em 0 0 0; list-style-type: decimal; }
.entry ul li	{ margin: 1em 0 0 0; text-indent: 1em; }
.entry ul li:before { padding-left: 1.8em; padding-right: 1.8em; font-weight: bold; color: black; }
.pl		{ margin: 0.3em 0 0.5em 4em; font-style: italic; }
.entry a		{ color: #707; font-variant:small-caps; padding-bottom: 2px; 
		text-decoration: underline; }
.entry a:visited	{ background: url(images/link.gif) repeat-x 100% 100%; 
		text-decoration: none; }
.entry a:hover	{ background: #eee url(images/link.gif) repeat-x 100% 100%; 
		text-decoration: none; }

.blockquote	{ background-color: #b9c2a8; padding: 20px; margin-top: 30px; border: none; }
code		{ background-color: #DACDB7; padding: 0 5px; 
		font: 1.1em Courier New, Courier, Fixed; }
half-height		{ line-height: 50%; display: block; }

