body
{
background-color: #f6e7cc;
font-family: "Trebuchet MS", geneva, arial, helvetica, sunsans, sans-serif;
}

img
{
border-style: none;
}

.WB
{
border: 1px solid white;
}

.BB
{
border: 1px solid blue;
}

.RB
{
border: 1px solid red;
}

.GB
{
border: 1px solid green;
}

.YB
{
border: 1px solid yellow;
}

.B
{
border: 1px solid black;
}


.mid
{
vertical-align: middle;
}


.abs		/* middle alignment  */
{
vertical-align: middle; 
}

.uline		/* underlined text */
{
text-decoration: underline;
background-position: 1em 0;
}

.ac		/* center aligned text	*/
{
text-align: center;
}

.al		/* left aligned text  */
{
text-align: left;
}

.ar		/* right aligned text  */
{
text-align: right;
}

.disclist
{
list-style-type: disc;
}

.nonelist
{
list-style-type: none;
}

.italic		/* italic */
{
font-style: italic;
}

.bold		/* black, bold */
{
font-weight: bold;
}

.compact
{
letter-spacing: -.5px;
}

.small		/* size 2 */
{
font-size: 13px;
}

.normal		/* normal, size 3 */
{
font-size: 16px;
}

.big		/* black, bold, size 4 */
{
font-weight: bold;
font-size: 18px;
}

.huge		/* black, bold, size 5 */
{
font-weight: bold;
font-size: x-large;
}

.kred		/* kfh red, bold, size 3 */
{
color: #98012E;
font-weight: bold;
font-size: 16px;
}

.kgreen		/* kfh green, normal, size 3 */
{
color: #004a31;
font-size: 16px;
}

.titles		/* kfh green, bold, size 3 */
{
color: #004a31;
font-weight: bold;
font-size: 16px;
}

.titles2	/* kfh green, normal, size 4 */
{
color: #004a31;
font-weight: normal;
font-size: 18px;
}

.fancy		/* kfh green, italic, size 4 */
{
color: #004a31;
font-weight: bold;
font-style: italic;
font-size: 18px;
}

.new
{
color: #004a31;
font-weight: bold;
font-style: italic;
font-size: 24px;
}

a
{
text-decoration: none;
} 

a:link		/* unvisited link */
{
color: #004a31;
}

a:visited	/* visited link */
{
color: #004a31;
}

a:hover		/* hovered link */
{
text-decoration: underline;
color: #98012E;
background-position: 1em 0;
}

.rm3mm		/* 3mm right margin  */
{
margin-right: 0.3cm;
}

.lm3mm		/* 3mm left margin  */
{
margin-left: 0.3cm;
}
