/* body background */

body {background-color: #000000; }

/*images*/

img {vertical-align: middle; }

/* regular text */

p {font-size: 8pt;
   font-family: arial;
   color: #B0C4DE; }

/* mouseover link effect (may not be compatible with all browsers) */

a.external {text-decoration: none; color: #333366; font-size: 8pt; }
a:hover.external {text-decoration: none; color: #728FCE; }
