
/* html */

a
{
	text-decoration: none;
}

body
{
	background-color: #FFFFFF;
	margin: 0px auto;
	max-width: 720px;
	min-width: 720px;
}

h1
{
	font-size: 36px;
}

/* class */

.footerLink, .navigationLink
{
	color: #CCCCCC;
	padding: 4px 12px; /* top, bottom must equal #Footer, #Navigation top, bottom */
	margin-right: -3px; /* defeat default li margin */
	text-transform: uppercase;
}

/* visited must precede hover */

.footerLink:visited
{
	color: #CCCCCC;
}

.footerLink:hover
{
	color: #FF9900;
}

.navigationLink:visited
{
	color: #CCCCCC;
}

.navigationLink:hover
{
	color: #FF9900;
}

/* id */

#Container
{
	color: #333333; /* overall text color */
	font-family: arial, sans-serif; /* overall font */
	font-size: 12px;
	margin-bottom: 12px;
}

#Container h1
{
	font-weight: normal;
}

#Footer
{
	padding: 4px 0px; /* top, bottom must equal .footerLink top, bottom */
}

#Footer li
{
	display: inline;
	list-style-type: none;
}

#Footer ul, #Navigation ul
{
	margin: 0px;
	padding: 0px;
}
