body {	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

h1 {
	font-size: 2em;
	font-weight: bold;        
}

h2 {
	font-size: 1.2em;
	font-weight: bold;	
    margin: 1em 0 0.25em 0;
    
    border-bottom: 1px dotted #B3D7E6;
}

p {
	line-height: 1.2em;
	word-spacing: 0.1em;
    margin: 0 0 1em 0;
}

.strike {
	text-decoration: line-through;
}
.icon {
    padding-left: 1.5em; 
    padding-bottom: 2px; 
    background-repeat: no-repeat;
    background-position: center left;
}
.footer {
    color: #16a1cf;
    background-color: #ffffff;
    border-top: 1px dotted #B3D7E6;
    font-size: 0.85em    
}