﻿/* Remove the link border around images */
img {
	border-style: none;
}

/* General style */
body {
	background-color: #E6E633;
	text: #565613;
}
p { color: #800000; font-family: Arial, Helvetica, sans-serif;}
h1, h2, h3 { color: #800000; font-family: Arial, Helvetica, sans-serif;}
li {color: #800000; font-family: Arial, Helvetica, sans-serif;}

a:link {color:#AA2222;}
a:visited {color:#AA2222;}
a:hover {color:#0022AA;}
a:active {color:#AA2222;}


/* These work in overriding the Insipid theme: */
footer {background: #E6E633;}
div.body {background: #E6E633;}
nav.relbar {background: #E6E633;}
#titlebar  {background: #E6E633;}
div.sphinxsidebar {background: #E6E633;}
a.reference.internal {color: #AA2222}
a.reference.external {color: #AA2222}
body:not(.js) div.sphinxsidebar li.current, div.sphinxsidebar .current-page:not(.logo) {
    background-color: #666666;
}
div.sphinxsidebar .current-page li:not(.current-page) {
    background-color: #353535;
}




