body { background: white; }
#left { float: left; width: 40%; }
#right { float: right; width: 60%; }
#content { float: right; width: 60%; margin-top: 15px; }
#content p { padding: 0px; margin-bottom: 5px; margin-top: 0px; }
a { text-decoration: none; }
a, a:visited { color: rgb(222,88,7); }
ul { list-style-type: none; padding-left: 20px; margin-bottom: 15px; }
ul, li { margin-left: 0px; padding-left: 0px; }

#content li { font-weight: bold; }

#peaches { text-align: left; margin-bottom: 12px; }
#peaches img { border: 0; }
#peaches span { float: left; margin-right: 4px; width: 84px; height: 84px; 
margin-bottom: 4px; background: transparent url(peach.jpg); }
#peaches br { clear: both; }

#menu { font-family: sans-serif; font-size: 90%; line-height: 140%; }
#menu li { margin-left: 10px; }

dt { margin-top: 10px; margin-left: 0px; font-weight: normal; }
dd { margin-bottom: 5px; margin-left: 10px; font-weight: normal; }

h1 { font-size: 110%; }

pre.sent {margin-left: 0px; background-color:#f0fff0;}
pre.recv {margin-left: 50px; background-color:#fff0f0;}

q
{
font-style: oblique;
/* quotes: "„" "”" "«" "»" */
}
