/* styles that are used only for Featured Conference web pages */

/* to create a simple text-based conference banner */
h1 { font-family : georgia, serif;
    font-weight : normal;
    font-size : 48px;
    color : #993300;
    background-color : #ffffff;
    font-style : italic;
    margin-top : 0px;
    margin-bottom : 36px;
    padding : 0px;
}

h2 { font-family : georgia, serif;
    font-weight : bold;
    font-size : 24px;
    background-color : #ffffff;
    font-style : italic;
    margin-top : 0px;
    margin-bottom : 8px;
    padding : 0px;
}

h3 { font-family : georgia, serif;
    font-weight : normal;
    font-size : 18px;
    color : #993300;
    background-color : #ffffff;
    font-style : italic;
    margin-top : 0px;
    margin-bottom : 8px;
    padding : 0px;
}

/* to make the first letter of each word in the conference banner bolder and larger */
.cap { font-size : 72px;
    font-weight : bold;
    letter-spacing : -6px;
}

/* to add some white space */
.extraspace  { padding-bottom : 12px; }
