<style>
body {background:#202020}

div.header {background:black; border: thin solid red; position:absolute; top:5; left:100;  height:125; width:630; padding:5} 

span.title {color:red; font:normal 24pt "Georgia"}

span.subtitle {color:red; font:italic 14pt "Times New Roman"}

div.body {position:absolute; top: 175; left:15; width:600}

h2 {text-align: center; color: red; letter-spacing: .1em}
h3 {text-align: center; color: red; letter-spacing: .1em}
h4 {text-align: center; color: red; letter-spacing: .1em}

p {text-align: justify; color: white; font-size: 13pt; line-height: 13pt}

A:link {color: red; text-decoration: none}
A:visited {color: red; text-decoration: none}
A:hover {color: magenta; text-decoration: none}
A:active {color: magenta; text-decoration: none}

span.initialcaps  {font-size: 20pt}

table.caption {border: thin solid red; background: #ff6342; text-align: justify; font: normal 13pt/11pt Georgia; margin:10}

img.alone {border: thin solid red}

hr.1 {size:1; width:100%; color:red}
</style>