/* one.css */

	body {
		background: white;
		color: black;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}

	div#header {
		font-size: 24pt;
		text-align: center;
	}

	a {
		color: black;
		text-decoration: none;
	}

		a:hover {
			color: #f90;
		}

	div#header > em {
		font-style: normal;
		font-weight: normal;
	}

	div#links {
		margin: 50px auto;
		width: 480px;
	}

	.boldHeader {
		color: black;
		font-weight: bold;
	}

	h1 {
		font-size: 16pt;
	}
