/* CSS Validated */
/* Written by Saurabh Mathur 07/18/00 - smathur@mail.utexas.edu 
*/
body {
   color: #663366;
   font-size: small;
}

IMG.rightFloat {
   float : right; 
}

IMG.leftFloat {
   float : left; 
}

.clsMenuItemIE {
   font-weight : bold; 
   font-size : xx-small; 
   font-family : Verdana; 
   color : white; 
   text-decoration : none; 
   cursor: hand;
}

ALL.clsMenuItemNS {
   font-weight : bold; 
   font-size : x-small; 
   font-family : Verdana; 
   color : white; 
   text-decoration : none; 
}

A:hover {
   color : red; 
   text-decoration: none;
}

#Title {
   font-weight : bold; 
   font-size : 25pt; 
   font-family : Arial; 
   color : #823232; 
}
