body {
    font-family: 'Verdana', 'Arial', 'Helvetica', 'Gulim', sans-serif;
/*
    font-family: 'Georgia', 'Times New Roman', 'Batang', serif;
*/
/*
    background-color: #fffccc;
*/
    color: #000;
    font-size: 0.8em;
}

table, pre, input, textarea {
    font-size: 1em;
}

pre, tt, textarea {
    font-family: 'Lucida Console', 'Lucida Typewriter', 'GulimChe', monospace;
}

hr {
    height: 0px;
    border-style: none;
    border-bottom: 1px solid #831;
}

a img {
    border-style: none;
}

a {
    color: #831;
}
/*
a:link {
    text-decoration: none;
}
a:visited, a:link:hover, a:visited:hover, a:active {
    text-decoration: underline;
}
*/
a:link:hover, a:visited:hover {
    color: #000;
}

address {
    font-size: 0.9em;
}

hr {
    height: 0px;
    border-style: none;
    border-bottom: 1px solid #831;
}

h2, h3 {
    border-bottom: 1px solid #831;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.3em;
}
h4, h5, h6 {
    font-size: 1em;
}

#title {
    text-align: center;
}
h1#ropastitle {
    font-size: 1.6em;
    white-space: nowrap;
}
h1#ropastitle .t {
    font-size: 1.3em;
}

.emphasized {
    color: #f42;
}
.description {
    font-size: 0.8em;
}

#title #logo {
    width: 38px; height: 38px;
    vertical-align: middle;
}
#title h1 .tt {
    position: relative;
    top: 0.2em;
}

#foot {
    font-size: 0.8em;
}
