/* place basic fonts, colors and formatting here */
<style>

body, div, blockquote, p, td, th, ul, ol, ul, li, dl, dt, dd
     { /* comman tag attributes */
       font-family:  tehoma, verdana, arial, helvetica, sans-serif;
       font-size:    10.5pt;
       color:        #c0afd0;
       text-align:   left;
       }

a:link    {color: #00ffff; }
a:visited {color: #00ffff; }
a:hover   {color: #ffffff; }
a:active  {color: #ffffff; }


/* classes common to all pages */

.pgatr { /* common page attributes */
       background-color: #5f457e;
       margin:           0px;
       border:           0px;
       padding:          0px;
       font-family:      tehoma, verdana, arial, helvetica, sans-serif;
       font-size:        10.5pt;
       color:            #9966cc;
       text-align:       left;
       }

.pgnav { /* bottom navigation text */
       font-size:    10pt;
       text-align:   center;
       color:        #c0afd0;
       }
a.pgnav:link    {color: #9966cc; }
a.pgnav:visited {color: #a98dcc; }
a.pgnav:hover   {color: #ffffff; }
a.pgnav:active  {color: #ffffff; }

.txtttl { /* regular text titles */
       color:        #c0afd0;
       font-family:  arial;
       font-size:    10pt;
       text-align:   left;
       margin-left:  0px;
       margin-right: 10px;
       font-weight:  900;
       }

.txtblk { /* regular text blocks */
       color:        #c0afd0;
       font-family:  arial;
       font-size:    10.5pt;
       text-align:   justify;
       margin-left:  0px;
       margin-right: 10px;
       }

.itxblk { /* indented text blocks */
       color:        #c0afd0;
       font-family:  arial;
       font-size:    10.5pt;
       text-align:   justify;
       margin-left:  20px;
       margin-right: 10px;
       }
       
.txtnav {
	color: #cf9cb5;
	font-size: 10pt;
	text-decoration: none;
}

a.txtnav:link { color: #cf9cb5; }
a.txtnav:hover { color: #990099; }
a.txtnav:visited { color: #cf9cb5; }

.preloadimg {display:none;}


/* classes specifically for the splash screen (index/home) */

.idxatr { /* page attributes */
       background-color: #5f457e;
       margin:           0px;
       border:           0px;
       padding:          0px;
       font-family:      tehoma, verdana, arial, helvetica, sans-serif;
       font-size:        10.5pt;
       color:            #c0afd0;
       text-align:       left;
       }

.motto { /* special attributes */
       color:        #5f457e;
       font-family:  arial;
       font-size:    10pt;
       text-align:   center;
       }

.idxnav { /* bottom navigation text */
       font-size:    11pt;
       text-align:   center;
       color:        #c0afd0;
       }
a.idxnav:link    {color: #c0afd0; }
a.idxnav:visited {color: #9966cc; }
a.idxnav:hover   {color: #ffffff; }
a.idxnav:active  {color: #ffffff; }


/* classes specifically for list pages */

.lstttl { /* list title lines */
       color:        #00ffff;
       font-family:  arial;
       font-size:    13.5pt;
       text-align:   left;
       }
       
.lsttxt { /* list text lines */
       color:        #c0afd0;
       font-family:  arial;
       font-size:    10.5pt;
       text-align:   justify;
       margin-left:  0px;
       margin-right: 0px;
       margin-top: 10px;
       }

.stytxt { /* story text blocks */
       color:        #c0afd0;
       font-family:  arial;
       font-size:    10.5pt;
       text-align:   justify;
       }

.toplnk { /* style for back to top links */
       font-family:  verdana, arial, helvetica;
       font-size:    8pt;
       color:        #a98dcc;
       }
a.toplnk:link    {color: #a98dcc; }
a.toplnk:visited {color: #a98dcc; }
a.toplnk:hover   {color: #ffffff; }
a.toplnk:active  {color: #ffffff; }


/* classes specifically for online store pages */

.resttl { /* media resource titles */
       color:         #c0afd0;
       font-family:   arial;
       font-size:     10pt;
       text-align:    left;
       margin-left:   0px;
       margin-right:  0px;
       margin-top:    10px;
       margin-bottom: 0px;
       font-weight:   900;
       }


/* classes specifically for gold accented pages */

.gldttl { /* gold title lines */
       color:        #ffff00;
       font-family:  verdana,arial,helvetica;
       font-size:    13.5pt;
       text-align:   left;
       }

.gldtxt { /* gold text lines */
       color:        #ffff00;
       font-family:  arial;
       font-size:    13pt;
       text-align:   left;
       font-weight:  900;
       }

.cnttxt { /* contact text */
       color:        #c0afd0;
       font-family:  arial;
       font-size:    13pt;
       }
       

</style>