<!--
    BODY, H1, H2, H3, H4, H5, H6, TH, TD, P, OL, UL, LI, DL, DT, DD, INPUT, TEXTAREA {
        font-family: Arial, Helvetica, sans-serif;
    }
    TABLE.centerblock {
        background-image:url('http://oralchelation.com/CSS/images/Background2.jpg'); 
        background-repeat:no-repeat; 
        background-color:#e0dddd;
    }
    TABLE.menu {
        margin-left:40px;
        width: 490px
    }
    TABLE.menu TD {
        font-size: 0.7em;
        text-align:center;
    }
    H1 {
        color: #FF0000; /* red */
        font-size: 2.0em;
        margin-left:40px;
    }
    H2 {
        color: #0000FF; /* blue */
        font-size: 1.8em;
        text-align:center;
    }
    H3 {
        color: #FF0000; /* red */
        font-size: 1.4em;
        text-align:center;
    }
    H4 {
        color: #0000FF; /* blue */
    }
    P {
	    /* this will be black */
        font-size: medium;
        font-weight: bold;
    }
	.bluetext {
	    color: #0000FF; /* blue */
	}
	.redtext {
	    color: #FF0000; /* red */
	}
	.purpletext {
	    color:#9900FF; /* purple */
	}
	.greentext {
	    color:#006600; /* green */
	}
	DIV.letter {
	    border: 1px #999999 solid; /* give it a border */
		background-color:#FFFFDD; /* light yellow background */
		margin-left: 40px;
		margin-right: 40px;
		padding-left: 12px;
		padding-right: 12px;
		color: #0000FF; /* blue text */
	}
	DIV.karlnote {
		margin-left: 40px;
		margin-right: 40px;
		padding-left: 12px;
		padding-right: 12px;
		color: #9900FF; /* purple text */
	}
	DIV.karlresponse {
	    border: 1px #999999 solid; /* give it a border */
		background-color:#ffffff; /* white background */
		margin-left: 40px;
		margin-right: 40px;
		padding-left: 12px;
		padding-right: 12px;
		color: #000000; /* black text */
	}
-->
