html {
	width: 100%;
	height: 100%;
}

body {
	background: linear-gradient(to bottom, #000000, #003259 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #003259;
	color: #fff;
	padding: 5%;
}

p,li{
	color: #eee;
	font-family: Georgia, serif
}

h1,h2,h3{
	font-family: Tahoma, Geneva, sans-serif
}

h1{
	font-size: 28px;
	color: #5ebbec;
}

h2{
	font-size: 20px;
	color: #f5bb00;
}

h3{
	color: #5ebbec;
}

/* unvisited link */
a:link {
  color: #fff;
}

/* visited link */
a:visited {
  color: #bbb;
}

/* mouse over link */
a:hover {
  color: #fff;
}

/* selected link */
a:active {
  color: #fff;
}