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

Размер файла: 847B
body{
max-width: 600px;
font-weight: normal;
font-size: 11; 
font-family: Arial; 
color: white; 
margin: 2px auto; 
background-color: #323848;
} 
a:link {
text-decoration: none; 
color: #d7d8dc;
} 
a:active { 
text-decoration: none; 
color: #d7d8dc;
} 
a:visited { 
text-decoration: none; 
color: #d7d8dc;
} 
a:hover { 
text-decoration: none; 
color: red;
} 
.menu {
color: white; 
border: 1px #8f8f91 solid; 
margin-top: 2px;
background-color: #161b29;
}
.menu2 {
font-size: 11px;
color: white; 
border: 1px #8f8f91 solid; 
margin-top: 2px; 
padding: 3px 4px 3px 4px;
margin: 2px 3px 2px 3px;
background-color: #182131;
}
.title {
font-family: Arial; 
color: #8f8f91; 
font-weight: bolder;  
text-align: center;
}
.im{
border: 1px solid #a2df8d;
padding: 2px 2px 2px 2px;
margin: 1px;
background-color: #f9fcff;
color: #798187;
font-size: 11px;
}