﻿@charet "utf-8";

html,body {
margin: 0;
padding: 0;
}

body {
position: relative;
margin: 0 15px;
padding-right: 5px;
padding-left: 5px;
border-right: double 5px #eee;
border-left: double 5px #eee;
}

h1,h2,h3,h4,h5,h6 {
clear: both;
}

h2 {
margin: 0.5em 0;
padding-left: 0.5em;
border-left: dotted 5px #ccc;
font-size: 122%;
font-weight: bold;
}

h3 {
font-size: 107%;
font-weight: bold;
}

h4 {
font-size: 107%;
font-weight: bold;
}

p,li,dt,dd {
line-height: 1.4;
}

dl,dt,
ul,li {
margin-left: 0;
}

dd {
margin-left: 2em;
color: black;
}













