
body {
background-color : #f5f5f5;
text-align : justify;
color : black;
font-family : Georgia, serif;
line-height : 133%;
margin-left : 50px;
margin-right : 150px;
}

h1 {
font-size : 24px;
font-weight : bold;
text-align : left;
}

p {
font-size : 16px;
}

pre {
font-family : "courier new", monospace;
font-size : 11px;
text-align : left;
line-height : 100%;
}

span {
background-color : yellow;
}

ul {
font-size : 16px;
list-style-type : disc;
}

ol {
font-size : 16px;
list-style-type : decimal;
}

img {
border-width : 1px;
border-style : solid;
border-color : black;
}

A:link {
color : blue;
}

A:visited {
color : red;
}

@media print {

body {
background-color : white;
margin-left : 0;
margin-right : 0;
}

h1 {
font-size : 18pt;
}

p {
font-size : 12pt;
}

pre {
font-size : 7pt;
}

ul {
font-size : 12pt;
}

ol {
font-size : 12pt;
}

A:link {
color : silver;
}

A:visited {
color : silver;
}

}

@media handheld {

img {
display: none;
}

}
