/* default */
body {
font-size: x-small;
}

h1 {
font-size: x-small;
color: #ffffff;
background-color: #3e3e3e;
text-align: center;
}

h2 {
font-size: x-small;
color: #ffffff;
background-color: #3e3e3e;
text-align: center;
}

hr {
background-color:#a9a9a9;
color: #a9a9a9;
border-style:none;
height:1px;
}

/* font-size */
.size_m {
font-size:medium;
}
.size_s {
font-size:x-small;
}
.size_ss {
font-size:1px;
}
div.size_ss {
font-size:1px;
}

/* position */
div.center {
text-align: center;
}
div.right {
text-align: right;
}
div.right_ss {
text-align: right;
font-size:1px;
}
div.center_ss {
text-align: center;
font-size:1px;
}

/* color */
a.delete{
color: #ff1493;
}
a.footer {
color: #333399;
}
