body,td, p {font-size : 16px;
font-family : arial;
font-weight : normal;
font-style : normal;
color : black;
text-decoration : none;

//-moz-user-select: none;
//-khtml-user-select: none;
//user-select: none;    
// + в боди  onmousedown="return false" onselectstart="return false" для всех основных
}

.sm {font-size : 10px;
font-family : verdana;
font-weight : normal;
font-style : normal;
color : #888888;
text-decoration : none;}
a { text-decoration: none; color: #000066; font-weight: bold;}
a:link { text-decoration: none;color: #000066; font-weight: bold;}
a:active { text-decoration: none;color: #000066; font-weight: bold;}
a:hover { text-decoration: underline; color: #ff9900; font-weight: bold;}
b, .bld { font-weight: bold}
