body{
   color: #4B0082;
   background-color: #339966;
   font-family: arial, sans-serif;}


/* main page titles */

h1, ul.big{
  color: #000099;
   background-color: transparent;
   font-family: tahoma, arial,  sans-serif;
   font-size: x-large;
   font-weight: bold;
   margin-left: 60px;}

/* subheadings */

h2, label{
  color: #00008B;
   background-color: #E6E6FA;
   font-family: arial, tahoma, sans-serif;
   font-size: large;
   font-weight: bold;}

/* centre align text */
div{
   text-align: center;}

/* menu title */

div.menutitle{
  color: #191970;
   background-color: #E6E6FA;
   font-family: arial, tahoma, sans-serif;
   font-size: large;
   font-weight: bold;
   text-decoration: underline;
   text-align: center;}

/* click for enlargement */

div.enlargement{
  color: #8B0000;
   background-color: transparent;
   font-family: arial, tahoma, sans-serif;
   font-size: small;
   font-weight: bold;
   text-decoration: none;}

/* back to the top */

div.backtotop{
  color: #8B0000;
   background-color: transparent;
   font-family: arial, tahoma, sans-serif;
   font-size: x-small;
   font-weight: bold;
   text-decoration: none;}

p{
  color: #4B0082;
   font-family: arial, tahoma, sans-serif; 
   font-size: small;
   background-color: transparent;
   text-align: justify;}

li, ul, ol{
   font-family: arial, tahoma, sans-serif; 
   background-color: transparent;
   font-size: x-small;
   text-decoration: none;
   padding: 1pt;}

table{
   color: #4B0082;   
   background-color: #ffffff;
   padding: 1pt;}

td, th{
    vertical-align: top;
    text-align: left;
    padding: 6pt;}


A:link {
  color: #CD5C5C;
   background-color: transparent;
   font-family: arial, tahoma, sans-serif;
   text-decoration: underline;}

A:visited{
  color: #9370DB;
   background-color: transparent;
   font-family: arial, tahoma, sans-serif;
   text-decoration: underline;}

A:hover{
  color: #CD5C5C;
   background-color: transparent;
  text-decoration: none;}

/* turn off borders for images used as links */

img {
    border: 0;}

/* alignment / size / appearance subclasses */
.center{
   text-align: center;}

.left{
   text-align: left;}

.right{
   text-align: right;}

.big{
  font-size: large;}

.small{
  font-size: 70%;}

.strong{
   font-weight: bold;}

.small{
  font-size: 70%;}

/* for the wishlist */
span{
   font-weight: normal;}


/* classes for text links with no decoration */
A.nodec{
   text-decoration: none;}

span.nodec{
   color: #000000;
   background-color: transparent;
   font-family: arial, tahoma, sans-serif;
   text-decoration: none;
   font-size: x-large;
   text-align: left;}

/* black text */
div.black{
   color: #000000;
   background-color: transparent;
   text-align: left;
   text-decoration: underline;}

/*captions invisible */
caption{
  display: none;}

