.ubb_url
{
   color: green;
   text-decoration: underline;
}
.ubb_url:hover
{
   color: #000000;
   text-decoration: none;
}

.ubb_i
{
   font-style: italic;
}

.ubb_b
{
   font-weight: bold;
}

.ubb_u
{
   text-decoration: underline;
}

.ubb_s
{
   text-decoration: line-through;
}

.ubb_sub
{
   vertical-align: sub;
   font-size: smaller;
}
.ubb_sup
{
   vertical-align: super;
   font-size: smaller;
}
.ubb_me
{
   color: #FF0000;
}
.ubb_quotetitle
{
   font-size: smaller;
   margin-left: 30px;
   display: block;
}
.ubb_quote
{
   background-color: #eee;
   border: solid;
   border-width: 1px;
   border-left: none;
   border-right: none;
   border-color: #ccc;
   margin-left: 30px;
   padding: 5px 10px;
   width: 70%;
}
.ubb_codetitle
{
   font-size: smaller;
   margin-left: 30px;
   display: block;
}
.ubb_code
{
   background-color: #eee;
   border: solid;
   border-width: 1px;
   border-left: none;
   border-right: none;
   border-color: #ccc;
   margin-left: 30px;
   padding: 5px 10px;
   font-family: courier, system;
/* white-space: pre, nowrap; */
}
