text, tspan {
    font-family: Georgia, Arial, Helvetica, sans-serif;
    fill:#00135f;
}

/* The text used for the title in the middle of the title area */
text.slideTitle{
    text-anchor: middle;
    font-size:48; 
    font-weight:bold; 
     
    stroke:none;
}

rect.Background {
    fill: rgb(248,248,216);
    stroke: none;
}

rect.slideContent {
    fill: white;
    stroke: black;
}

/* == Paragraph style imitations == */
.p, .li-1, .dd, .dt {
    font-size: 38;
}

.dt {
    fill: green;
}

.li-2 {
    font-size: 34;
}

.li-3 {
    font-size: 30;
}

.em {
    font-style: italic;
}

.a {
    fill: blue;
}

.strong {
    fill: #003;
    font-weight: bold;
}

.pre {
    font-size: 28;
    color: maroon;
    font-weight: bold;
    font-family: "Courier New", courier, monospace;
}

.code {
    color: maroon;
    font-weight: bold;
    font-family: "Courier New", courier, monospace;
}

/* Various emphasis colours */
.emph1 { 
    fill:blue; 
    font-weight: bold;
}
.emph2 { 
    fill:green; 
    font-weight: bold;
}
.emph3 { 
    fill:navy; 
    font-weight: bold;
}
.emph4 { 
    fill:orange; 
    font-weight: bold;
}
.emph5 { 
    fill:red; 
    font-weight: bold;
}

/* =================== */

/* The link arrows */
path.linkArrow, circle.linkArrow  { 
    stroke:none; 
    fill:#0b02ff;
}

text.authorSig { 
    text-anchor: start;
    font-style: italic;
    font-size: 10pt;
    fill:#00135f; 
    stroke:none;
}

text.dateSig { 
    text-anchor: middle;
    font-style: italic;
    font-size: 10pt;
    fill:#00135f; 
    stroke:none;
}

text.slideNumberSig { 
    text-anchor: end;
    font-style: italic;
    font-size: 10pt;
    fill:#00135f; 
    stroke:none;
}

/* =========================================================================================== */

/* The gradient fill colours for the background */

stop.side         { stop-color: #2c4f04; } /* olivedrab*/
stop.side-right   { stop-color: #2c4f04; }
stop.middle       { stop-color: white; }


