.topbar    {COLOR: rgb(152,251,152);
            BACKGROUND-COLOR: rgb(65,105,255);
            FONT-FAMILY: "Lucida Sans Unicode", sans-serif;
            FONT-SIZE: x-large;
}
.menu      {BACKGROUND-COLOR: rgb(152,251,152); 
            TEXT-ALIGN: center;
            FONT-FAMILY: sans-serif;
            FONT-SIZE: medium;
            FONT-WEIGHT: bold;
} 
.bottombar {COLOR: rgb(152,251,152);
            BACKGROUND-COLOR: rgb(65,105,255);
	      FONT-FAMILY: sans-serif;
            FONT-SIZE: small; 
}
.modifdate {COLOR: rgb(65,105,255);
            FONT-FAMILY: sans-serif;
            FONT-SIZE: x-small;
            TEXT-ALIGN: right;
}
.main      {MARGIN-RIGHT: 2%;
            MARGIN-LEFT: 2%;
            MARGIN-TOP: 0;
            MARGIN-BOTTOM: 0;
}
.nobreak   {WHITE-SPACE: nowrap;
}
BODY       {BACKGROUND-COLOR: rgb(230,230,250);
            MARGIN: 0;
}
H1         {COLOR: rgb(65,105,255);
            MARGIN-TOP: 20px;
            TEXT-ALIGN: center;
	      FONT-FAMILY: sans-serif;
            FONT-SIZE: large;
            FONT-WEIGHT: bold;
}
TH,H2      {TEXT-ALIGN: left;
	      FONT-FAMILY: sans-serif;
            FONT-SIZE: medium;
            FONT-WEIGHT: bold;
}
TBODY      {TEXT-ALIGN: left;
}
STRONG     {FONT-WEIGHT: normal;
}
P          {TEXT-ALIGN: justify;
            FONT-FAMILY: serif; 
}
UL         {MARGIN-BOTTOM: 0;
            LIST-STYLE-TYPE: disc;
}
A          {COLOR: black;
}
A:hover    {COLOR: red;
}
