/* parágrafos comuns */
P { font-family: Arial, Arial; font-size: x-small; margin-top: 6px; margin-bottom: 0 }


/* estilo geral para headings */
H1, H2,
H3, H4,
H5, H6  { color: blue; font-family:arial }


/* heading 1 */
H1 { font-size: medium; margin-top: 32px; margin-bottom: 0 }

/* heading 3 - título de página */
H3 { color: black; font-size: large; text-align: right; font-style: italic; margin-top: 0; margin-bottom: 16px }


/* linha horizontal */
.HR { margin-top: 30px; margin-bottom: 30px}


/* listas c/ bullets */
UL { font-family: Arial, Arial; font-size: x-small; margin-top: 1px; margin-bottom: 1px; padding-top: 5px; margin-left: 25px}
 
LI { padding-top:5px; margin-left: 0px }
 
