body {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    color: #1000000;
    background-color: #fff4f4;
    margin: 20px;
}

p {
    line-height: 21px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

a {
    text-decoration: none;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

img {
    border-style: dashed;
    border-width: 2px;
    border-color: #ccc;
}

li {
    color: #900;
    font-style: italic;
}

table {
   /*background-color: #ccc;*/
   border-stype: none;
}

texttt {
font-family: courier, courier-new;
font-size: 14px;
color: #008000;
}

pre {
font-family: courier, courier-new;
font-size: 14px;
color: #008000;
background-color: #f0f0f0;
}


