html {
  font-size: 62.5%;
}

body {
  font-family: Georgia, serif;
  color: #333;
}

/*
a { text-decoration: none; font-weight: bold; color: #406b9c }
*/
a:link { text-decoration: none; font-weight: bold; color: #487BB5 }
a:visited { text-decoration: none; font-weight: bold; color: #487BB5 }
a:hover { text-decoration: underline; font-weight: bold; color: #487BB5 }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
}

h1 {
  font-size: 4.8em;
  color: black;
}

h2 {
  font-size: 3.6em;
}

h3 {
  font-size: 2.4em;
}

h4 {
  font-size: 2em;
  font-weight: bold;
}


p, ul {
  font-size: 2em;
  line-height: 1.25em;
}

ul {
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
}

.content {
  width: 720px;
  margin: 0 auto;
}
 
footer {
	text-align: center;
}

.screenshots {
  text-align: center;
}

.screenshots img {
  padding: 10px;
}
