<!--
body {  background-color: white; font-family: Arial, Helvetica, sans-serif;
 	color: yellow;
	margin: 100px 105px;
	background-image: url(fmx.jpg);
	background-repeat: repeat }
  a:link { color: #000000 }
  a:visited { color: red }
  a:hover { color #ffcc00 }
  a:active { color: #ff0000 }
  h1 { 	padding-top: 30px; 
     	padding-bottom: 30px }
        background-color: #ffffcc;
        border-color: #cccc33 #cc9933
	border-width: thick;
	border: thick outset;
	text-align: center }
  h2 { 	padding-top: 30px;
     	padding-bottom: 30px }
	background-color: green;
        border-color: #99cc33 #996633
	border-width: thick;
	border: thick inset;
	text-align: center }
-->
</style>
</head>

