/* default */
body {
font-size: x-small;
}
h1 {
font-size: x-small;
color: #ffffff;
background-color: #363b97;
text-align: center;
}
h2 {
font-size: x-small;
color: #ffffff;
background-color: #363b97;
text-align: center;
}
hr {
color: #44ddd8;
}
a {
color: #929dd8;
}
a.red {
color: #ff0000;
}

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


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