.title { font-weight:bold; font-size:25px; color:rgb(153,0,0); }
.title2 { font-weight:bold; font-size:16px; color:rgb(153,0,0); }
.text { font-size:16px; line-height: 150%; margin-top:0; margin-bottom:0; }
.text_bg { font-size:16px; line-height: 150%; margin-top:0; margin-bottom:0; background-color:gainsboro; }
.text_bg_blak { font-size:16px;  line-height: 150%; margin-top:0; margin-bottom:0;  color:white; background-color:black;}
.text_grey_bg_blak_ { font-size:16px;  line-height: 150%; margin-top:0; margin-bottom:0;  color:#666666; background-color:black;}

a:link { color:rgb(0,102,255); text-decoration:none; }
a:visited { color:rgb(0,102,255); text-decoration:none; }
a:hover { color:red; text-decoration:underline; }