BODY {
color:black;
background-color:#999999;
font-size:12pt;
}

A:link { 
text-decoration: underline; 
color:#333333; 
}

A:visited { 
text-decoration: underline; 
color:#333333; 
}

A:hover { 
text-decoration: underline; 
color:#ff0000; 
}


.text_black {
color:black;
}

.text_black_bold_1 {
color:black;
font-weight:bold;
font-size: 1em;
}

.text_black_bold_1_5 {
color:black;
font-weight:bold;
font-size: 1.5em;
}


.text_white {
color:white;
}

.text_red {
color:red;
}

.text_red_bold {
color:red;
font-weight:bold;
}

.text_red_bold_big {
color: red;
font-weight: bold;
font-size: 2em;
}

.text_gray {
color: #333333;
}

.text_gray_bold {
color: #333333;
font-weight: bold;
}


.text_gray_1 {
color: #333333;
font-size: 1em;
}

.text_gray_1_5 {
color: #333333;
font-size: 1.5em;
}