.small {
 font-size:65%;
 font-weight:normal;
 font-style: normal;
}

.small1 {
 font-size:70%;
 font-weight:normal;
 font-style: normal;
}

.small2 {
 font-size:75%;
 font-weight:normal;
 font-style: normal;
}

.smallbold {
 font-size:65%;
 font-weight:bold;
 font-style: normal;
}

.small1bold {
 font-size:70%;
 font-weight:bold;
 font-style: normal;
}

.small2bold {
 font-size:75%;
 font-weight:bold;
 font-style: normal;
}

.medium {
 font-size:125%;
 font-weight:normal;
 font-style: normal;
}

.medium1 {
 font-size:135%;
 font-weight:normal;
 font-style: normal;
}

.mediumbold {
 font-size:125%;
 font-weight:bold;
 font-style: normal;
}

.medium1bold {
 font-size:135%;
 font-weight:bold;
 font-style: normal;
}

.large {
 font-size:150%;
 font-weight:normal;
 font-style: normal;
}

.largebold {
 font-size:150%;
 font-weight:bold;
 font-style: normal;
}

.xlarge {
 font-size:200%;
 font-weight:bold;
 font-style: normal;
}
.xxlarge {
 font-size:250%;
 font-weight:bold;
 font-style: normal;
}

#red {
color: rgb(255,0,0);
}

#darkred {
color: rgb(196,0,38);
}

#darkgreen {
color: rgb(0,88,42);
}

#darkblue {
color: rgb(28,11,90);
}

#gray {
color: rgb(102,102,102);
}

#darkgray {
color: rgb(64,64,64);
}

#bgyellow {
background-color: rgb(255,255,224);
}

#bgbrown {
background-color: rgb(199,159,109);
}

#bggreen {
background-color: rgb(209,223,156);
}

#bgolive {
background-color: rgb(202,212,117);
}

#bgblue {
background-color: rgb(148,202,199);
}

#bgorange {
background-color: rgb(246,178,128);
}

#bggray {
background-color: rgb(213,214,198);
}

