﻿@media screen {
	body {
	    margin: 15px;
	    border: 1px solid #888;
	    padding: 10px;
	    width: 710px;
        background: white;
	}
}

body, td, p, h1, h2, h3, h4, h5, h6, dd, dt, li {
    font-family: Verdana, Arial, sans-serif;
}

body, td, p, dd, dt, li {
    font-size: 9pt;
}

p {
    margin: 0px;
}

h1 {
    margin: 0px 0px 0px -2px;
    text-shadow: 4px 4px 4px #bbb;
    font-size: 24pt;
}

h2 {
    color: red;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 0px
}

h3 {
    font-size: 10pt;
    margin-bottom: 0px
}

h4 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0px
}

h5 {
    font-size: 10pt;
    font-style: italic;
    font-weight: bold
}

h6 {
    font-size: 9pt;
    font-weight: normal;
    margin-bottom: 0px
}

dt {
    font-weight: bold
}

ul, ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

