	
	* {
		margin 0;
		padding 0;
		}
	
	  /* unvisited link */
      a:link {
        color: white;
      }
      /* visited link */
      a:visited {
        color: silver;
      }
      /* mouse over link */
      a:hover {
        color: yellow;
      }
      /* selected link */
      a:active {
        color: #800000;
      }

	header {
		align: center;
		width: 99%;
		background-color: #999;
		position: fixed;
		top: 0;
		text-align: right;
		font-family: Verdana, Sans Serif;
		font-size: 1em;
		}
	
	info {
		margin: 0;
		padding: 0;
		text-align: center;
		color: #4b0082;
		font-family: Verdana, Sans Serif;
		font-size: 3em;
		}
	
	footer {
		align: center;
		width: 99%;
		background-color: #999;
		position: fixed;
		bottom: 0;
		text-align: right;
		font-family: Verdana, Sans Serif;
		font-size: 1em;
		}