h2/*Header 2*/ {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1px; 
	line-height: 1em;
}

h3/*Header 3*/ {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 1px; 
	line-height: 1em;
}

.normal/*Default Paragraph*/ {
    font-size: 1em;
    font-weight: normal;
    color: #000000;
    padding: 0;
    margin: 0;
    display: inline;
    border: 0;
}

