.xxlarge {
 font-weight: normal;
 font-size: xx-large;
}
.xxlargeB {
 font-weight: bold;
 font-size: xx-large;
}
.xlarge {
 font-weight: normal;
 font-size: x-large;
}
.xlargeB {
 font-weight: bold;
 font-size: x-large;
}
.large {
 font-weight: normal;
 font-size: large;
}
.largeB {
 font-weight: bold;
 font-size: large;
}
.medium {
 font-weight: normal;
 font-size: medium;
}
.mediumB {
 font-weight: bold;
 font-size: medium;
}
.small {
 font-weight: normal;
 font-size: small;
}
.smallB {
 font-weight: bold;
 font-size: small;
}
.xsmall {
 font-weight: normal;
 font-size: x-small;
}
.xsmallB {
 font-weight: bold;
 font-size: x-small;
}

.xxsmall {
 font-weight: normal;
 font-size: xx-small;
}
.xxsmallB {
 font-weight: bold;
 font-size: xx-small;
}

.first {
 border-top-width: thin;
 border-left-width: thin;
 border-left-color: #66CC99;
 border-top-color: #66CC99;
 border-top-style: outset;
 border-left-style: inset;
 padding-top: 2pt;
 padding-left: 2pt;
}


.hugeding  
{
 font: 80pt 'Wingdings', 'fantasy';
 color: #FFFF99;

}

.indent  
{
 margin-left: 1cm;

}

.noindent  
{
 margin-left: 0;

}

.note  {
 font-size: small;
 color: #006600;
 background: #000000;

 padding: 2pt 2pt;
 border-width: thin;
 border-style: groove;
}
.text { 
 color: red;
 margin-left: 10px;
 font-size: 28px;
 font-family: Arial Black 
}
.highlight { 
 margin-top: -38px;
 margin-left: 8px;
 color: darkred;
 font-size: 28px;
 font-family: Arial Black 
}
.standardText {
 font-family: 'Comic Sans MS',  'Arial', 'Sans-Serif';
 font-weight: normal;
 font-size: normal;
 background: #FFCC66;
 color: #CC3366;
}
.h2 {
 color: #993366;
 font-family: 'Arial Black',  'Sans-Serif';
 font-weight: bold;
 text-align: Left;
 font-size:  large;
 font-style: italic;
}

A:active  
{
 color: #FF0000;
}
BODY {
 font-family: 'Comic Sans MS',  'Arial', 'Sans-Serif';
 font-weight: normal;
 font-size: normal;
 color: #000000;
 background-color : #FFCC66;
}
TD {
 font-family: 'Comic Sans MS',  'Arial', 'Sans-Serif';
 font-weight: normal;
 font-size: normal;
 color: #000000;
}
PRE {
 font-family: 'Lucida Console',  'Sans-Serif';
 font-weight: bold;
 font-size: small
 color: #990000;
 text-align: left;
 margin-left: 1cm;
}
UL {
 margin-left: .5cm;
 margin-top: 0.1px;
 padding-left : 10px;

}

