* {
 margin:0;
 padding:0;
}

body {
 text-align:center;
 line-height: 125%;
}

h1,h2, h3, h4, h5, h6, p, li {
 margin: 0px 8px 0px 8px;
 padding: 4px 8px 4px 8px;
}

h1 {
 font-size: 160%;
 font-weight: 700;
}
h2 {
 font-size: 160%;
 font-weight: 400;
}
h3 {
 font-size: 140%;
 font-weight: 700;
}
h4 {
 font-size: 140%;
 font-weight: 400;
}
h5 {
 font-size: 120%;
 font-weight: 700;
}
h6 {
 font-size: 120%;
 font-weight: 400;
}
ul, ol {
 list-style-type: disc;
 list-style-position: inside;
}

div {
 margin: 0px 0px 0px 0px;
 padding: 8px 0px 8px 0px;
}

table {
 margin: 4px 12px 4px 12px;
 border-collapse: collapse;
 border-spacing: 0px;

}
td {
 margin: 0px 0px 0px 0px;
 padding: 4px 4px 4px 4px;
 line-height: 125%;
 vertical-align: top; 
 border-style: none;
}

img {
 border-style: none;
}

#container {
 width:700px;
 margin: 0px 16px 0px 16px;
 padding: 8px 4px 8px 4px;
 text-align:left;
 background-color:#FFFFFF;
}

.indent {
 text-indent: 1em;
}

