body {
color: #000000;
background-color: #FFFFFF;
}

.title {
color: #000000;
background-color: inherit;
font-size: 30px;
font-weight: bold;
text-align: center;
text-decoration: overline underline;
}

.blue {
color: inherit;
background-color: #C0FFFF;
}

a {
color: inherit;
font-style: italic;
text-decoration: underline;
}

img {
color: inherit;
background-color: inherit;
border-style: none;
}

hr {
color: #000000;
}

.main {
color: #000000;
background-color: inherit;
text-align: center;
font-size: 15px;
}

.big {
font-size: 20px;
}

.small {
font-size: 10px;
}

.b {
font-weight: bold;
}

.i {
font-style: italic;
}

.u {
font-style: underline;
}

.bor1 {
border-style: solid;
}

.bor2 {
border-style: double;
}