* {
    margin: 0;
    padding: 0;
    border: 0 none;
}

html {
    max-width: 1024px;
    min-width: 969px;
    margin: 0 auto;
    background: #f0f0f0;
}

body {
    color: #2f3030;
    font-family: "Trebuchet MS", "Arial", verdana, helvetica, sans;
    font-size: 14px;
    margin: 53px 61px 27px 61px;
}

.link {
    color: #608fa6;
    display: inline-block;
    border-bottom: 1px dashed #608fa6;
}

.hand {
    cursor: pointer;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
