a {
    color: #1863a1;
	text-decoration:none;
}

a:visited {
    color: #751590;
	text-decoration:none;
}

a:focus {
    color: #0181eb;
	text-decoration:none;
}

a:hover {
    color: #0181eb;
	text-decoration:none;
}

a:active {
    color: #01579f;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
    text-rendering: optimizelegibility;
    margin-bottom: .5em; 
    font-weight: bold;
}

body {
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: regular;
    font-size: 1.15em;
    line-height: 1.5em;
    color: #222;
    padding: 3em;
    margin: 0 auto;
	background-color: rgb(0,0,90);
}

.container {
	margin-top: 10px; 
	margin-right: 30px;
	margin-left: 30px; 
	margin-bottom: 10px; 
	background-color: rgb(253,253,247);
	padding: 2em; 
	min-width: 90ex; 
	max-width: 180ex; 
}

h1 {
    font-size: 2.6em;
    line-height: 1.2em;
    margin: 0;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .9em;
}

h6 {
    font-size: .8em;
}

p, ul ,ol {
    margin-bottom: .5em;
}

ul {
    list-style-type: none;
}

li {
    margin: .5em;
}
