body {
    color: black;
    background: white;
}

h1, h2 {
    color: #dddddd;
    text-align: right;
    margin: 1em 10% 0 0; /* top right bottom left */
}

h1 {
    font: bold 500% "Courier New", "Courier", monospace;
}
h2 {
    font: bold 300% "Courier New", "Courier", monospace;
}
h3 { 
    margin: 1em;
}
p {
    font: italic 200% cursive;
}
