h1,h2,h3,p {
 font-family: arial;
 margin-top:0px;
 color:#4b4b4b;
}
h1 {
 font-size:22px;
 border-left:5px solid #4b4b4b;
 padding-left:10px;
}
h2 {
 font-size:16px;
}
p{
 font-size:12px;
 color:#000000;
 margin-bottom:0px;
 border-left:5px solid white;
 padding-left:10px;
}
a {
 font-family: arial;
 font-size:12px;
}
pre {
 font-size:10px;
}
a.menu{
 font-size:14px;
 text-decoration:none;
 color:#4b4b4b;
 font-family: courier;
 font-weight: bold;
}
a.menu:hover{
 background-color:#CCCCCC;
}
p.code{
 font-family:courier;
padding:5px;
background-color:white;
border:1px solid #CCCCCC;
margin:5px;
margin-left:10px;
}
p.result{
 font-family:courier;
}
th,td {
 font-family: arial;
 font-size:12px;
 text-align:left;
}
th.cat{
 background-color:#CCCCCC;
 text-align:center;
}
