body { 
    font-family: Helvetica, Arial, sans-serif; 
    margin: 1em;
}

a,a:link,a:visited {
    color:rgb(0,128,200);
    text-decoration: none;
}

a:hover {
    color:rgb(200,0,128);
}

h1,h2,h3 {
    margin-bottom: 0.2em;
    color: rgb(30,90,190);
}

h1 {
    font-size: 4em;
}
h2 {
    font-size: 1.3em;
    padding-left: 0.4em;
}

h2.plain {
    padding-left: 0;
}

p, table {
    margin-bottom: 2em;
}
td,th { 
    background-color:rgb(220,240,255);
    padding: 0.5em;
    border-bottom: 1px solid rgb(110,110,110);
}

th {
    background-color:rgb(240,255,240);
    font-weight: bold;
}

