body {background:darkred;
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     text-width:400;
     margin-left:20px;
     font-size:16px}

/*
yellow : #ffffb8
green : #008844
red  : #ff4444
*/

/* Pure colors :
yellow (ffff00)
magenta (ff00ff)
cyan (00ffff)
*/

/* Other colors
brown
*/

div {width:1000px; margin:20px; align:center}


img {padding:40px;
     margin-left:150px;
     margin-top:90px;
     margin-bottom:10px;
     background:white;
     border-style:groove;
     border-width:10px;
     border-color:darkgray}

h1 {width:1000px; text-align:center;  color:white}

p {color:white; margin-left:0px}
a, visited {color:white}
a.caption {}

h2 {font-size:14pt; text-align:left; color:white}

hr {border-color:white; border-width:2px;border-style:groove}
