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

Размер файла: 807B
body {

max-width: 500px;
margin: auto;
text-align: center;
background-color: rgb(232, 242, 255);
font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
padding-top: 5px;

}

table
{ 
margin-left: auto;
margin-right: auto;
}

td {
 vertical-align: middle;
}

td#left {
width: 250px;
}

.number {
font-size: 14px;
font-weight: bold;
}

.question {
color: rgb(127, 0, 85);
padding-left: 3px;
text-decoration: underline;
max-width: 200px;
}

.answer a {
text-decoration: none;
color: green;
background-image: url('right.png');
background-repeat: no-repeat;
background-position: left 1px;
padding-left: 15px;
vertical-align: middle;

}

a, a:visited {
color: blue;
}

hr {
border: 1px dashed silver;
}

.answer a:hover {
text-decoration: underline;
}