/*------ Negrito, itálico, sublinhado e tachado com hover ------*/ b{ color: #b9799c; text-decoration: none; -webkit-transition: color 0.7s ease-out;-moz-transition:color 0.7s ease-out;transition: color 0.7s ease-out; } b:hover { color: #8a6a7b; text-decoration: none; filter:alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } i { color: #bc89a5; text-decoration: none; -webkit-transition: color 0.7s ease-out;-moz-transition:color 0.7s ease-out;transition: color 0.7s ease-out; } i:hover { color: #b9b9b9; text-decoration: none; filter:alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } u { color: #bc89a5; text-decoration: none; border-bottom: 1px dashed #b9b9b9; -webkit-transition: color 0.7s ease-out;-moz-transition:color 0.7s ease-out;transition: color 0.7s ease-out; } u:hover { color: #b9b9b9; text-decoration: none; border-bottom: 1px dashed #b9b9b9; filter:alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } strike { color: #bc89a5; text-decoration: strike; -webkit-transition: color 0.7s ease-out;-moz-transition:color 0.7s ease-out;transition: color 0.7s ease-out; } strike:hover { color: #b9b9b9; text-decoration: strike; filter:alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } /*------ Negrito, itálico, sublinhado e tachado com hover ------*/