Просмотр файла styles.css

Размер файла: 786B
body {
font-size: 12px;
background: white;
color: black;
}

b {
margin-left: 1px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 12px;
color: black;
text-decoration: underline;
}

a {
margin-top:2px;
font-size: 12px;
color: red;
text-decoration: none;
}

a:hover {
font-size: 12px;
color: red;
text-decoration: underline;
}

small {
font-size: 9px;
color: brown;
}

input,textarea {
margin-top:2px;
font-size: 10px;
border: 1px solid #bbbbbb;
background: white;
color: #0000cc
}

.subm {
border: 1px solid #ff0000;
color: blue;
}

select {
margin-top:2px;
font-size: 10px;
border: 1px solid blue;
color: red;
}

form {
margin-top:0px;
margin-bottom:0px;
}

img {
border: 0px solid;
}

hr {
border: 1px dashed #000070;
}