/* Global Variables */

#mainText {
		width: 600px; 
		margin: auto; 
}

/* Nav Bar */
a:link {
  color: darkorange;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: darkorange;
  background-color: transparent;
  text-decoration: none;
}

/* Header Size */

h1 { 
	font-size:50px;
}