body
{
   background-color: #CCCC99;
   margin: 5%;
   margin-top: 10px;
   
}
p
{
   border: thin ridge;
   background-color: white;
   padding: 1%;
   margin-top: 10px;
   margin-bottom: 10px;
   font-family: Arial, Helvetica, "Sans-Serif";
}

ol, ul,dl
{
   border-left: thin ridge;
   border-right: thin ridge;
   background-color: white;
   padding: 20px;
   padding-left: 40px;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 0;
   text-align: justify;
   font-family: "Arial Narrow", Helvetica, "Sans-Serif";
}
h1
{
   background-color: #069;
   border: thin ridge;
   padding: 1%;
   padding-bottom: 0px;
   padding-top: 18px;
   margin-top: 20px;
   margin-bottom: 10px;
   color: white;
   font-family: "Arial", "Sans-Serif";
background-image: url(smahap.gif);
	background-repeat: repeat;
	background-position: bottom right;
	background-attachment: fixed;}
h2
{
   border: thin ridge;
   padding: 1%;
   background-color: #ccffff;
   margin-top: 10px;
   margin-bottom: 10px;
   color: #0033ff;
   font-family: "Arial", "Sans-Serif";
}
h3
{
   border: thin ridge;
   padding: 1%;
   background-color: #ccffff;
   margin-top: 10px;
   margin-bottom: 10px;
   color: #0033ff;
   font-family: "Arial", "Sans-Serif";
}
address
{
   border-top: thin ridge;
   background-color: #CCCC99;
   padding: 1%;
   margin-top: 0;
   margin-bottom: 0;
   color: #036;
   font-family: "Arial", "Sans-Serif";
}
A:link
{
   text-decoration: underline;
}
A:visited
{
   text-decoration: none;
}
A:active
{
    text-decoration: underline;
}
a:hover 
{
  	text-decoration: none;
  	color: #000000;
}

