body
{
	background-color: white;
	color: #666666;
}

a:link {  text-decoration:none; }
a:active { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover {  color:#E63DA3; text-decoration:none; }
img {  border-width:1; border-style:solid; }
image {  border-width:1; border-style:solid; }

#navbar
{
	border-bottom: solid 1px silver;
	background-color: #E63DA3;
	color: white;
}

h1,
h1 a,
h1 a:hover
{
	color: #E63DA3;
}

.sidebar h2
{
	border: solid 1px silver;
	background-color: #E63DA3;
	color: white;
	padding: 1px 6px;
}
