﻿@media screen, print {
    h1 { font-family:Verdana; color:#FFFF80;}
    h2 { font-family:Arial; color:#FF4040;}
    p {font-family: Arial; color:white; text-indent:2em}
    img {margin:10px;}
}
@media screen {
    body {margin:0; margin-bottom:50px}
    table {margin:0;}
    body { background: url("bak.jpg"); background-repeat:no-repeat; background-attachment:fixed}
}
@media print {
    body {margin:0px; background: #FFFFFF}
    table {margin:0px;width:100%}
    tr {margin:0px;}
    td {margin:0px;}
    p {margin:0px;}
    img {width:200; height:150;}
}
