/**
 * MicroAlbum CSS File
 * Gaby Vanhegan 20070108 <gaby@vanhegan.net>
 */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}
h1, h2, h3, p, li {
	margin: 4px;
	padding: 2px;
}
td, th {
	text-align: left;
}
h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
p { font-size: 12pt; }
h2 { 
	border-top: 1px solid #666; 
	border-bottom: 1px solid #666; 
	margin-top: 12px;
}
pre { border: 1px solid #aaa; background: #eee; padding: 10px; }