/*
 * default.css for Barton IT Consulting web site
 */

BODY
{
	margin: 2px;
	padding: 45px 100px;
	color: black;
	background: #F9F9F9;
	font-family: sans-serif;
	text-align: left;
}

A
{
	color: #FF5B39;
	background: transparent;
	text-decoration: none;
}

A:visited
{
	color: #FF5B39;
	background: transparent;
}

A:hover
{
	color: red;
	background: white;
	text-decoration: underline;
}

H1
{
	margin-top: 2em;
	font-size: 100%;
}

P.theNavigation
{
	margin: 0 -50px;
	padding: 3px 45px 2px 45px;
	border-top: 1px solid #FF5B39;
	border-bottom: 1px solid #FF5B39;
	color: black;
	background: white;
	font-size: smaller;
}

P.theNavigation STRONG
{
	margin: 0px;
	padding: 3px 4px 2px 4px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

P.theNavigation A
{
	margin: 0px;
	padding: 3px 4px 2px 4px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

P.theNavigation A:hover
{
	border-left: 1px solid #FF5B39;
	border-right: 1px solid #FF5B39;
	color: red;
	background: #E9E9E9;
	text-decoration: none;
}

P.theNavigation + P
{
	margin-top: 2em;
}

UL
{
	list-style-type: square;
}

UL.bigList
{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

UL.bigList LI
{
	margin-bottom: 0.5em;
}

/* -eof- */
