

/* Presentation Stylesheet */ 
p.sidebar {
 margin: 0 0 0 10px;
 padding: 0 0 0 0;
 text-align: left;
 }

p.just {
 margin: 3px;
 text-align: justify;
 padding: 0 50px 10px 50px;
 }

p.menu {
 margin: 0px;
 text-align: center;
 padding: 0 0 0 0;
 }

img.picture{
 border-style: solid;
 border-color: #000000;
 border-width: 2px;
 }

img.thumbs {
 border-style: solid;
 border-color: #000000;
 border-width: 1px;
 }

h1 {
 font-size: 24px;
 margin: 0; 
 text-indent: 5px;
 }

h3 {
 font-size: 18px;
 width: 650px;
 margin: 5px 0 5px 0;
 text-indent: 0px;
 padding: 2px 0 5px 0;
 border-style: solid;
 border-color: #000000;
 border-width: 2px 0 2px 0;
 }

h4 {
 background: #C0C0C0;
 text-align: left;
 font-size: 14px;
 margin: 0 0 0 0;
 text-indent: 3px;
 border-style: solid;
 border-color: #C0C0C0;
 border-width: 1px 0 0 0;
 }

dl {
 margin: 0 0 0 0;
 }
dt {
 background: #F3F3F3;
 margin: 0 55px 0 55px;
 border-style: solid;
 border-color: #C0C0C0;
 border-width: 1px 1px 1px 1px;
 padding: 0 5px 0 5px;
 }
dd {
 margin: 0 70px 0 70px;
 }
A:link {
 color:#0000FF;
 text-decoration: none}
A:visited {
 color:#800080;
 text-decoration: none}
A:active {
 color:#FF0000;
 text-decoration: none}
A:hover {
 text-decoration: underline; color: #FF0000;}
.hipo {
 padding: 0 0 0 5px;
 }