
/* Paragraph */
p {}

/* Heading 1 */
h1 {}

/* Heading 2 */
h2 {}

/* Heading 3 */
h3 {}

/* Heading 4 */
h4 {}

/* Heading 5 */
h5 {}

/* Heading 6 */
h6 {}

/* Container (div) */
div {}

/* Title */
.title {font-weight: normal; font-style: normal;}

/* Name */
.name {font-weight: bold; font-style: normal;}

/* ceo */
.ceo {}

/* blue */
h3.blue {font-weight: bold; font-style: normal; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #1A429B;}

/* green */
h3.green {font-weight: bold; font-style: normal; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #64801F;}

