
			* {

				font-family: sans-serif;

				font-size: 110%;

			}



			a, li {

				color: red

			}

			h1 {

				font-size: 200%;

			}

			/*Colour the background navy-blue and all text elements white.*/

			body {

				background: #260700;

				color: white;

			}


			label, input, textarea, p {

				margin: 10px;

			}