/* Устанавливаем значения всех тэгов по умолчанию */
* {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font: 12px Arial, Tahoma, Verdana;
    color: #333;
}
img {
	border: 0px;
}
.clearing {
    clear: both;
}
a {
    color: #232323;
    text-decoration: underline;
}
a:hover {
    color: #232323;
    text-decoration: none;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.error {
    border: solid 1px #ff0000;
}
