/* CSS Document */


body{
	background-image: url(Graphics/background_aftrnoon.gif);
	background-repeat: repeat-y;
}


h1{
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: x-large;
	font-weight: normal;
}


h2 {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: large;
	font-weight: normal;
}


.smalltext{
	font-size: xx-small;
}


.indented{
	padding-left: 24px;
}


.indented_level_2{
	padding-left: 36px;
}


.indented_level_3{
	padding-left: 48px;
}


.navigation {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	padding: 10px;
	width: 180px;
}

a:link
{
	color: rgb(152, 55, 56);
}
a:active
{
	color: rgb(199, 101, 101);
}
a:visited
{
	color: rgb(112, 54, 55);
