body div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color:black;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	}
p.question {
	color: #882341;
	font-size: 12pt;
	font-weight: bold;
	}
p.body-quote {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
    font-size: 11pt;
	}
td {
	vertical-align: top;
	}
	
div.tips-subhead {
	color:red;
	}
	
div.tips-body {
	color:green;
	}
	
ul.tips-list {
	list-style: outside;
    }
    
p.sidebar-header {
    text-align: center;
    color: black;
    font-size: 10pt;
    font-variant: small-caps;
    font-weight: bold;
    }		

p.sidebar-links {
    font-size: 9pt;
    /*font-variant: small-caps;*/
    list-style-type: none;
    list-style-position: outside;
    }		

p.contactme {
    text-align: center;
    font-size: 8pt;
    /*font-variant: small-caps;*/
    list-style-type: none;
    list-style-position: outside;
    }	

p.contactme-links {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    /*font-variant: small-caps;*/
    list-style-type: none;
    list-style-position: outside;
    }		

a:link {
    color: #882341;
    text-decoration: none;
    font-weight: bold;
    }	

a:visited {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    }	

a:active {
    color: #882341;
    text-decoration: none;
    font-weight: bold;
    }	
a:hover {
    color: #882341;
    text-decoration: overline underline;
    font-weight: bold;
    }	


	

