Размер файла: 673B
body {
background: #DEB887;
color: #A0522D;
font-family: Arial, sans-serif;
font-size: small;
text-align: left;
}
p {
margin: 2px 2px 2px 2px;
padding: 2px 2px 2px 2px;
}
.class1 {
color: #FF6347;
font: bold sans-serif;
text-align: center;
border: 4px solid #D2691E;
}
.class2 {
color: #8B0000;
font: small serif;
text-align: center;
border-bottom: 2px solid #A0522D;
border-top: 2px solid #A0522D;
}
.class3 {
font-size: small;
color: Maroon;
padding: 4px;
margin: 4px;
}
a {
text-decoration: none;
color: #B22222;
}
a:hover {
text-decoration: underline;
color: #FAEBD7;
}
.red {
color: Red;
}