body{ background-color: white }
h1{ color: red; font-style: italic; text-align: center; text-decoration: underline; font-size: 23pt }
h2{ color: white; background-color: blue; font-weight: bold; font-size: 12pt }
div{ margin-left: 60px; margin-right: 60px; color: black }
div.head{ margin-left: 0px; margin-right: 0px; color: blue }
div.obj{ margin-left: 20px; margin-right: 20px; color: navy }
p.coment{ color: rgb(0,0,128) }
p.link{ color: rgb(0,0,255); text-align: center }
address{ text-align: center; color: rgb(128,128,128) }
.updata{ color: rgb(0,128,128); font-size: small; text-align: right }
.rogo{ color: rgb(128,128,128); text-align: center; font-size: 10pt }
.center{ text-align: center }
.pickup{ background-color: rgb(255,255,128); color: rgb(255,0,0); font-weight: bold }
.red{ color: red }