/* DEFAULTS */

body {
	background-color: dodgerblue;
	font-family: arial, sans-serif;
}

/* NAV */

a.nav:link, a.nav:active, a.nav:visited {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	color: blue;
	background-color: darkgray;
	border: 1pt outset;
}

a.nav:hover {
	background-color: white;
}

/* RIGHT */

p.right {
	font-size: 16pt;
	font-weight: bold;
}

/* TAGLINE */

td.tagline {
	font-size: 16pt;
	text-align: center;
	color: purple;
}