/* style.css */

body {
    zoom: 1;
    opacity: 1;
    display:block;
    color: #333;
    height: 100%;
    min-height:100%;
    background-size: 100% /*Cover */;
    background: #E0E5EA;
    background: -moz-linear-gradient(left top, #E0E5EA 0%, #ffffff 99%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #E0E5EA), color-stop(99%, #ffffff));
    background: -webkit-linear-gradient(left top, #E0E5EA 0%, #ffffff 99%);
    background: -o-linear-gradient(bottom right, #E0E5EA 0%, #ffffff 99%);
    background: -ms-linear-gradient(bottom right, #E0E5EA 0%, #ffffff 99%);
    background: linear-gradient(to bottom right, #E0E5EA 0%, #ffffff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E5EA', endColorstr='#ffffff', GradientType=0 );
	font-family: Lato, helvetica, sans-serif;
    margin-left: 18%;
    margin-right: 18%;
	background-attachment: fixed !important;
}

.starbody {
    color: white;
    background-color: rgb(0, 0, 52);
    background-image:
        radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 10px),
        radial-gradient(yellow, rgba(255,255,255,.15) 1px, transparent 5px),
        radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 10px),
        radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 5px),
        radial-gradient(yellow, rgba(255,255,255,.2) 2px, transparent 10px),
        radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 5px);
    background-size: 750px 750px, 550px 550px, 450px 450px, 350px 350px, 250px 250px, 150px 150px;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px, 110px 200px;
}

.starbody p {
    color: white;
}

.starbody a {
    color: rgb(200, 230, 255);
}

a {
    color: #396298;
}

h1 {
	color: #59687C;
}

h2 {
	color: #59687C;
	margin-left: -3%;
	margin-top: 2cm;
}

p {
	margin-top: 0cm;
	color: #525252;
    text-align: justify;
	line-height: 1.3;
}

ul {
	line-height:1.4;
}

.caption {
    font-style: italic;
    margin-bottom: 1cm;
}

.bottom-three {
     margin-bottom: 1cm;
}
.top-four {
     margin-top: 4cm;
}

#nav {
	width: 100%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
    text-align: center;
}

#nav ul {
	list-style: none;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#nav li {
    display: inline-block;
}

#nav li a {
    display: block;
    color: #59687C;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#nav li a:hover {
    background-color: #BCC6D3;
}

<!--.active {
    background-color: #DCE3EB;
}-->
