.user_style {
    font-size: 14px;
}
.user_style .indent {text-indent: 100px;}
.user_style .left {text-align: left;}
.user_style .right {text-align: right;}

.user_style .x-small { font-size: x-small; }
.user_style .small { font-size: small; }
.user_style .medium { font-size: medium; }
.user_style .large { font-size: large; }
.user_style .xx-large { font-size: xx-large; }
.user_style .xxxx-large { font-size: 40pt; }

.user_style .red { color: red; }
.user_style .blue { color: blue; }
.user_style .green { color: green; }
.user_style .yellow { color: yellow; }
.user_style .white { color: white; }
.user_style .black { color: black; }

.user_style .box { border: solid 1px; }
.user_style .box2 { border: dashed 1px; }
.user_style .box3 { border: double 1px; }

.user_style .bg_red { background-color: red; }
.user_style .bg_blue { background-color: blue; }
.user_style .bg_green { background-color: green; }
.user_style .bg_yellow { background-color: yellow; }
.user_style .bg_white { background-color: white; }
.user_style .bg_black { background-color: black; }

.user_style ul { list-style-position: outside; margin-left: 25px; list-style-type: disc;}
.user_style ol { list-style-position: outside; margin-left: 25px; }

.user_style blockquote {
  margin: 10px;
  padding: 15px;
  border: solid 1px #DEDEDE;
  background-color: #EEEEEE;
}

.user_style p {
    margin-bottom: 10px;
}