/* typography.css */

body {
font: .8em/1.5 verdana, arial, sans-serif;
color #333;}

a {
color:#3333FF;/*darker blue*/
font-weight: bold;
}

ul, li { 
	padding: 0; margin: 0; 
	/*border: 1px solid green;*/
	list-style-position: inside;
}

h1, h2, h3, h4, p, ul, blockquote { 
margin : 0 20px .75em; }


h1, h2, h3 { 
margin-bottom : .15em;
font-weight : bold; 
letter-spacing : -1px; 
color: #339966;/*green*/
background-color: transparent;}

h1 {
font-size: 1.6em;
}

h2 {
font-size: 1.4em;
}

h3 {
font-size: 1.2em;

}
/*h1, h2, h3 { 
margin-bottom : .15em;
font : 200% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; 
letter-spacing : -1px; }*/

p { 
font-size : 100%; }

.txtright { 
margin-right:10px;
text-align: right; 
}

.txtleft { 
text-align: left; 
margin-left:10px;
}

.txtcntr { 
text-align: center; 
}

strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	}

.tag_line {
font-weight: bold;
}
