@media print {

p {font-family: tahoma}
p {font-size: 12pt}
p {color: black}
p {margin-left: 0px}

body {background-color: white}
body {font-family: tahoma}
body {font-size: 12pt}
body {color: black}

a:link {color: darkblue}
a:visited {color: darkblue}
a:hover {color: darkblue}
a:active {color: darkblue}

h1 {font-size: 16pt}
h1 {font-family: times}
h1 {font-weight: bold}
h1 {color: darkred}

h2 {font-size: 14pt}
h2 {font-family: tahoma}
h2 {font-weight: bold}
h2 {color: darkred}


h3 {font-size: 12pt}
h3 {font-family: tahoma}
h3 {font-weight: bold}
h3 {color: darkred}

h4 {font-size: 11pt}
h4 {font-family: tahoma}
h4 {color: darkred}


h5 {font-size: 6pt}
h5 {font-family: times}
h5 {font-weight: bold}
h5 {color: darkred}

li {font-family: tahoma}
li {font-size: 14pt}
li {color: orange}


emph {font-size: 13pt}
emph {font-family: times}
emph {font-style: italic}
emph {font-weight: bold}

}

@media screen {

p {font-family: Arial}
p {font-size: 16px}
p {color: black}
p {margin-left: 0px}
// p {line-height:14pt}

body {background-color: rgb(190,190,204)}
body {font-family: Arial}
body {font-size: 16px}
body {color: black}
body {font-weight: bold}

// body {margin-left: 0px}


a:link {color: darkblue}
a:visited {color: darkblue}
a:hover {color: grey}
a:active {color: lightblue}

h1 {font-size: 28px}
h1 {font-family: times}
h1 {font-weight: bold}
h1 {color: rgb(11,39,119)}

h2 {font-size: 22px}
h2 {font-family: tahoma}
h2 {font-weight: bold}
h2 {color: rgb(11,39,119)}


h3 {font-size: 16px}
h3 {font-family: tahoma}
h3 {font-weight: bold}
h3 {color: rgb(11,39,119)}

h4 {font-size: 16px}
h4 {font-family: tahoma}
h4 {color: rgb(11,39,119)}

h5 {font-family: Arial}
h5 {font-size: 16px}
h5 {color: black}
h5 {line-height:16px}


li {font-family: arial}
li {font-size: 12pt}
li {color: black}
li {margin-top: 12px}

emph {font-size: 16pt}
emph {font-family: times}
emph {font-style: italic}
emph {font-weight: bold}

i {font-family: times}
i {font-style: italic}
i {font-weight: bold}
i {font-size: 18px}
i {color: rgb(48,48,48)}



}

