﻿/* this stylesheet used in conjunction with styles_public.css */

/***** TAGS *****/
h1, h2, h3, h4, p, li, td {
    color: #000; }

/***** BLOCK ELEMENTS AND THEIR INLINE RULES *****/
/***** NAV *****/
.nav_links {
        display: none; }

/***** STAGE *****/
#public_stage {
    position: relative; }

    /***** STAGE TITLE *****/
    .stage_title h2 {
        padding-left: 0px; }

    /***** STAGE HEADING *****/
    .stage_heading h3 {
        margin-left: 0px;
        padding-left: 0px; }

    /***** STAGE TEXT *****/
    .stage_text {
        margin-left: 30px; }