body {
    background-color: lightblue;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,1+62,0.7+68,0+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 23%, rgba(32,124,202,1) 23%, rgba(32,124,202,1) 30%, rgba(41,137,216,1) 43%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 23%,rgba(32,124,202,1) 23%,rgba(32,124,202,1) 30%,rgba(41,137,216,1) 43%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 23%,rgba(32,124,202,1) 23%,rgba(32,124,202,1) 30%,rgba(41,137,216,1) 43%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}

h1 {
    color: white;
    text-align: center;
    font-family: sail;
    font-size: 50px;
}

p {
    font-family: verdana; font-family:  "Times New Roman", Times, serif; font-weight:bold; font-size:20px; color: white;
}
ul{
  text-align:center;
}

li{
  display: inline;
  padding: 3em;
  font-size: 20px;
}
  