
/* typography.css */

body, td, p{	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;}

h1,h2,h3,h4,h5,h6{
    	font-weight: bold;
}

h1{	font-size: 150%;}h2{	font-size: 140%;}h3{	font-size: 125%;}h4{	font-size: 130%;}h5{	font-size: 100%;}h6{	font-size: 80%;}

em{font-style: italic;}strong {font-weight: bold;}

li{
list-style-type: square;
{