.eg {
    background: #ffffcc;
    padding: 6pt;
    font-style: roman;
    color: blue;
    margin-left: 1em;
    margin-top: 6pt;
    border-style: inset;
    overflow: auto;
}

p.box {
    background: blue; 
    color: white ;
    padding: 10pt;
    margin-left: 5%;
    font-size: 24pt;
    font-style: bold;
    margin-right: 5%;
    margin-top: 12pt;
    border-style: outset;
}

pre, code, tt, Code
{
    font-family:  monospace;
    color: blue;
    font-size: 20pt;
}

tt.url {
    font-family:  sans-serif;
    }


img.simple {
	   border-style: none;
	   }
img.inline {
	   border-style: none;
	   }
img.right {
	   float:right;
	   }
img.left {
	   float:left;
	   }
