/* basic */

body {font: 12px/1.8 '宋体', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; color: #003567; letter-spacing: 1px;}
a {color: #305d87;}
a:focus {outline: 1px dotted invert;}
hr {border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0;}


/* headings */

h1 {font-size: 25px;}
h2 {font-size: 23px;}
h3 {font-size: 21px;}
h4 {font-size: 19px;}
h5 {font-size: 17px;}
h6 {font-size: 15px;}


/* spacing */

ol {list-style: decimal;}
ul {list-style: square;}
p, dl, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {margin: 10px 0;}
hr {margin: 0;}

/* textyling */

.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}

.wtnormal {font-weight: normal;}
.wtbold {font-weight: bold;}

.stnormal {font-style: normal;}
.stitalic {font-style: italic;}

.none {text-decoration: none;}
.blink {text-decoration: blink;}
.underline {text-decoration: underline;}
.line-through {text-decoration: line-through;}
.overline {text-decoration: overline;}


/* fontsizer */

.small_font {font-size: 12px; color: #000;}
.medium_font {font-size: 14px; color: #000;}
.large_font {font-size: 16px; color: #000;}