/**
 * @file index.css 
 *
 * purpose: implement main screen styles 
 */

body {
   height: 100%;
   padding: 0px;
   margin: 0px;
}

dd {
   margin-bottom: 1em;
}
img.center {
   margin: 0 3em 1em 3em;
}
