H1 {font-size: 18px; font-family: verdana,arial,san-serif}


H4{font-family: verdana,arial,san-serif}

/* <STYLE TEXT="text/css">*/
<!--
/*Values:  FONT PROPERTY*/

{font-style: normal}
{font-varient: small-caps}
{font-weight: normal}
{font-family: arial, sans-serif}
{font-size:12pt }
{text-align: justify}
a:hover{color:990033}


-->
</STYLE>
/*TEXT PROPERTIES*/
{letter-spacing: 2em} /*Increases character spacing in words to TWICE the font size*/
{letter-spacing: -0.5em} /*Decreases to one-half*/

/*PRODUCE SAME RESULTS:*/
P{line-height:1.2; font-size: 10pt}
P{line-height:1.2em;  font-size:10pt}
P{line-height: 120% font-size 10pt}   

/*ARRANGE TEXT HORIZONTALLY:*/




{text-transform: uppercase, lowercase,  capitalize}

IMG.KEYCAP {vertical-align: -20%} /*20% OF THE IMAGE WILL BE BELOW THE BASELINE*/
P.LOGRYTHM {vertical-align: super} /*SUPERSCRIPTING*/
.REGMARK{vertical-align: text-top} /*ALIGNS THE INLINE ELEMENT TO TOP OF PARENT FONT*/

{word-spacing: 1em, 0.4em} /*SPACE BETWEEN WORDS WILL INCREASE*/


/*DISTANCE BEWTEEN CONTENTS AND BORDER: BOX PADDING PROPERTIES (PG.780)*/


/* this info was added for the tax book styles - taken from billwyly.taxtutor.com */
/* begin PostBullets */

div.art-post {
	width:700px;
	margin:15px 0 0 25px;
	padding:10px;
	border:1px solid #000000;
}

.art-post a:link, .art-post a:visited {
	color:#006666;
	text-decoration:underline;
}

.art-post a:hover {
	color:#3366CC;
	text-decoration:underline;
}

.art-post p {
	margin: 1em 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}


.art-post ol, .art-post ul {
	color: #111518;
	margin: 1em 0 1em 2em;
	padding: 0;
}
.art-post li ol, .art-post li ul {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}
.art-post li {
	margin: 0.2em 0;
	padding: 0;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.art-post ul {
	list-style-type: none;
}
.art-post ol {
	list-style-position: inside;
}
.art-post li {
	padding: 0 0 0 26px;
	line-height: 1em;
}
.art-post ol li, .art-post ul ol li {
	background: none;
	padding-left: 0;
}
.art-post ul li, .art-post ol ul li {
	background-image: url('images/postbullets.png');
	background-repeat: no-repeat;
	padding-left: 26px;
	margin-top: 1em;
}
.art-page ul li, .art-post ol ul li {
	background-image: url('images/postbullets.png');
	background-repeat: no-repeat;
	padding-left: 26px;
	margin-top: 1em;
}
/* end PostBullets */


