/* Define some basic styles */

body { background-color: black;
       color: white;
       font-family: Arial, Helvetica, serif;
       font-size: 10pt;
       text-align: justify;
       margin-left: 5%;
       margin-right: 5%;

     }

font { color: white;
       font-family: Arial, Helvetica, serif;
       font-size: 10pt;
     }

/* Define color schemes for different divisions of Mind 'Scapes */

.mindScapes { color: gold; }
.neuralNet { color: #0088FF; }
.britannia { color: cyan; }
.publisher { color: white; }
.dreamer { color: lime; }
.copyright { font-size: 8pt; }

/*Defines a heading style based on the <STRONG> element and the */
/*classes defined above.                                        */

.britannia strong, .neuralNet strong, .mindScapes strong, .publisher strong, .dreamer strong
{ font-size: 12pt;
  font-weight: bold;
}