/*
@import "./default.css";
*/
@import "./layout.css";


html * {
box-sizing      : content-box;
-moz-box-sizing : content-box;
}


body {
background: #fff;
text-align: left;
margin: 5em 5em 15em 5em;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd {
line-height: 1.6;
}

a,
a:link,
a:visited {
color: #006699;
background-color: transparent;
text-decoration: underline;
}
a:active,
a:focus,
a:hover {
color: #fff;
background-color: #006699;
text-decoration: none;
}

h1 {
}

h2 {
margin: 0px;
padding: 0px;
font-size: 30px;
font-family: Times New Roman,serif;
font-variant: small-caps;
letter-spacing: 0.3em;
}

h3 {
padding-top: 1em;
font-size: 20px;
font-family: Times New Roman,serif;
font-style: italic;
letter-spacing: 0.3em;
}

h4 {
padding-top: 2em;
font-size: large;
font-family: Times New Roman,serif;
letter-spacing: -0.05em;
}


p {
}

hr {
margin-bottom: 1em;
}

address {
text-align: right;
}

ul {
}
ul li {
}

dl {
}
dl dt {
padding-left: 1em;
font-weight: bold;
}
dl dd {
padding-bottom: 1em;
}