/* CSS presets */


html{
    overflow-y: scroll;
}

body {
/*
    background-color: #93abd3;
    color: #383878;
*/
    background-color: #1e304e;
    color: #d0d0f0;
    font-family: 'open sans',sans-serif;
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing:2px;
    font-family: Lora, Georgia, Palatino, serif;
    font-weight: normal;
    line-height: 1.2;
}

h1 {
    font-size: 1.8em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
	text-transform: uppercase;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

p {
    letter-spacing:1px;
    line-height:1.5;
    padding-bottom: 10px;
}

.lrg1 { font-size: 105%;}
.lrg2 { font-size: 110%;}
.lrg3 { font-size: 115%;}
.lrg4 { font-size: 120%;}
.lrg5 { font-size: 125%;}

.cntr{
    text-align: center;
}

/* --- links --- */
a {
    text-decoration:none;
    color:#90a0c0;
    font-style: italic;
}

a:link    {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover   {
    text-decoration:none;
/*     color:#3175a3; */
    color:#ffffff;
}
a:active  {text-decoration:none;}
