/*
 * Navigation style sheet for Troop 14
 *
 * Copyright © 2006 Troop 14, Pacific Skyline Council.  All rights reserved.
 */

/* Navigation */
a   {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: grey;}
a.login   {text-decoration: none; color: white;}
a.login:hover {text-decoration: none; color: grey;}

/* Basic appearance */

body	{font-family: sans-serif;
		 font-weight: bold; font-size: 11pt; font-variant: small-caps;}
h1	{text-align: center; color: white;}
h2	{text-align: center; color: white;}
h3	{text-align: center; color: white;}

p.nav	{margin-left: 1em; text-indent: -0.8em; line-height: 85%;}
p.xxsm	{margin-left: -0.5em; text-indent: -0.8em; line-height: 85%;
		 font-size: xx-small; font-weight: normal; font-variant: normal;}
