body{
    font-family: Tahoma,Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
    color: #444444;
}
a{
    color: #666666;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #777777;
}
p.bodytext a,
p.bodytext a:hover
p.bodytext a:visited {
    color: #48CEFE;
}

hr{
    border-color:#ccc;
    border-style:solid;
    border-width:1px 0 0;
    clear:both;
    height:0
}

h1{
    font-size:160%;
    line-height:200%;
}
h2{
    font-size:150%;
    line-height:180%;
}
h3{
    font-size:120%;
    line-height:140%;
}
h4{
    font-size:110%;
    line-height:120%;
}
h5{
    font-size:105%;
    line-height:115%;
}
h6{
    font-size:100%;
}

ol{
    list-style:decimal
}
ul{
    list-style:square
}
li{
    margin-left:30px
}

#content p,#content dl,#content ol,#content ul,#content pre,#content table,#content address,#content fieldset,
#sidebar p,#sidebar dl,#sidebar ol,#sidebar ul,#sidebar pre,#sidebar table,#sidebar address,#sidebar fieldset  {
  margin-bottom: 10px;
}

p.align-center {
  text-align: center;
}
p.align-left {
  text-align: left;
}
p.align-right {
  text-align: right;
}