pre
    {
    border: 1px solid #b0b0b0;
    background-color: #e0e0e0;
    color: black;
    padding: 1%;
    }

div.mypre
    {
    width: 97%;
    border: 1px solid #b0b0b0;
    background-color: #e0e0e0;
    color: black;
    padding: 1%;
    text-align: left;
    font-family: courier;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    }

div.box
    {
    background: #d0d0d0;
    color: black;
    border: 1px solid black;
    padding: .2cm;
    text-align: left;
    width: 67%;
    }

img
    {
    border-width: 0px;
    }

h1, h2, h3, h4 {
	/*
	font-style: italic;
	*/
	font-family: luxi sans,sans-serif;
}
h1
    {
    font-size: 2em;
    }

h2
    {
    font-size: 1.5em;
    }

h3
    {
    font-size: 1.3em;
    }

h4
    {
    font-size: 1.1em;
    }

hr
    {
    border: 0;
    border-bottom: 1px solid #ccc;
    }

table tr
    {
    font-size: 0.9em; 
    }

.warning
    {
    color: red;
    }

.cvheading
    {
    font-weight: bold;
    font-style: italic;
    padding-top: 0px;
    padding-bottom: 0px;
    color: teal;
    }



