	BODY {
	font-family : "Arial, Helvetica, sans-serif";
	background-color : White;
}
	A {
	color : Green;
	text-decoration : none;
	font-weight : bold;
}
	A:HOVER {
	text-decoration : underline;
	font-weight : bold;
	color : red;
}
	A:VISITED {
	color : chocolate;
	font-weight : bold;
}

	A:ACTIVE {
	color : Red;
	font-weight : bold;
}

	DIV.title {
		font-family : "Bauhaus 93";
		font-size : large;
	}

	.subtitle {
		font-family : "Bauhaus 93";
		font-size : medium;
	}

	DIV.body {
		font-family : "Arial, Helvetica, sans-serif";
		padding : 10;
		text-align : justify;
		background-color : #EEE8AA;
		border-width : 3;
		border-style : double;
		border-color : brown;
		margin : 15;
		font-size : medium;
	}
	
	#small {
		font-size : small;
	}
	
	#tiny {
		font-size : x-small;
	}
	
  @font-face {
    font-family: Bauhaus 93;
    font-style:  normal;
    font-weight: normal;
    src: url(BAUHAUS0.eot);
  }

