/* mr.css - style sheet for HTML in Martin Rinehart's Mug of Java
Copyright 2007, Martin Rinehart */

body { font-family: FreeSans, Helvetica, Arial, sans-serif }

code {
    font-family: monospace;
    font-weight:bold;
}

em { font-weight: bold; font-style:italic; }

h1 {
    font-size: 28pt;
    font-family:FreeSans, Arial, Helvetica, sans-serif;
    text-align: center
}

h2 {
    font-size: 24pt;
    font-family:"Times Roman", "New Times Roman", serif
}

.h2 {
    font-size: 24pt;
    font-family:"Times Roman", "New Times Roman", serif
}

h3 {
    font-size: 18pt;
    font-family:FreeSans, Arial, "Helvetica", sans-serif
}

h4 {
    font-size: 16pt;
    font-family:"Times Roman", "New Times Roman", serif
}

h5 {
    font-size: 14pt;
    font-family:FreeSans, Arial, Helvetica, sans-serif
}

span.header {
    font-size: 24pt;
    font-family: sans-serif;
}

.blue {
    background-color:#f0f4ff;
    }

.green {
    background-color:#d0d4e0;
    }

.code2 {
    font-family: monospace;
    font-weight: normal;
}

.consult {
    font-size: 36pt;
    font-family: sans-serif;
    font-weight: bold;
    color: black;
}

.decaf {
    font-size: 36pt;
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
    color: black;
}

.decaf2 {
    color: black;
    font-size: 24pt;
    font-family: sans-serif;
    font-style: italic;
}

.design { /* Decaf design */
    font-size: 16pt;
    font-family: sans-serif;
    font-weight: normal;
}

.design2 {
    font-size: 12pt;
    font-family: sans-serif;
}

.head2 { /* resume heading */
    font-size: 18pt;
    font-family: sans-serif;
}

.head2r { /* resume heading, right */
    font-size: 18pt;
    font-family: sans-serif;
    text-align: right;
}

.name { /* Name, resume */
    vertical-align: middle;
    font-size: 24pt;
    font-family: sans-serif;
}

.pro { /* Proprietor and Project */
    font-size: 36pt;
    font-family: serif;
    font-weight: bold;
    color: black;
}

.jitters { /* java without the jitters */
    color: black;
    font-size:18pt;
    font-family: sans-serif;
    font-style: italic;
}

.design {
    color: black;
    background-color: #f0f0f0;
    font-size: 18pt;
    font-style: normal;
    font-family: sans-serif;
}

.refa { background-color: #ffe0e0; } /* reference to Ambler */
.refc { background-color: #f0fff0; } /* reference to Caltech */
.refg { background-color: #e0e0ff; } /* reference to Geosoft */
.refn { background-color: #e0ffff; } /* reference to NEJUG */

:link {
    color: #ff0000;
    text-decoration: none; }
:visited { color: #0000ff; }
:hover { background-color: #ffffff; }

a.pro { text-decoration:none; }
a:link.pro { color:#444422; }
a:visited.pro { color:#444422; }
a:hover.pro { background-color:#ffffff; }

a.secret  { text-decoration:none; }
a:link.secret  { color:#000000; }
a:visited.secret { color:#000000 }
a:hover.secret { background-color:#ffffff; }

/* end of mr.css */