body {
font-size: x-small;
color:#663300;
}

a{
color:#663300;
}

/*
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 {
color:#FF4500;
background-color:#FF4500;
height:1px;
border-style:none;
}


/* 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;
}
div.left {
text-align: left;
}
div.left_ss {
text-align: left;
font-size:1px;
}
div.justify {
text-align: justify;
}

div.margin{
margin: 5px;
}

/* headline */
div.head {
background-color: #FF0066;
color: #ffffff;
text-align: center;
}

/* backgroundcolor */
div.red {
background-color: #FF0066;
}

div.pink {
background-color: #FFC0CB;
}
div.green {
background-color: #ccff99;
}
div.orange {
background-color: #ff9900;
}
div.blue{
background-color: #33CCFF;
}
div.yellow{
background-color: #FFFF99;
}
div.black {
background-color: #000000;
}
div.pink_thick {
background-color: #FF0066;
} 

a.pink {
color: #FF0066;
}
