
/* A Style */
p.a_style {font-weight: normal; font-style: normal;}

/* Paragraph */
p {font-weight: normal; font-style: normal;}

/* Heading 1 */
h1 {font-weight: bold; font-style: normal;}

/* Heading 2 */
h2 {font-weight: bold; font-style: normal;}

/* Heading 3 */
h3 {font-weight: bold; font-style: normal;}

/* Heading 4 */
h4 {font-weight: normal; font-style: normal;}

/* sub-header */
h2.subheader {font-weight: bold; font-style: normal;}

/* highlight */
.highlight {}

/* lightwindow */
.lightwindow {}

