BODY {
	font-family: Arial;
	padding: 10px 20px 20px 20px;
 }

A:link, A:visited, A:active { text-decoration: none }
 

A:hover { color: red; /* mus over link */
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
 }

H1:hover   {
	color: #00ff00; /* mus over link */
        font-family: Arial;
	font-weight: normal;
 }

H1 { color: #aa0000;
	font-family: Arial;
        font-size: 300%;
	margin: 0px 5px 5px 5px; /* top right bottom left */
	text-align: center;
	font-style: italic;
	text-decoration: underline;
 }

H2 { margin: 5px 5px 0px 5px; /* top right bottom left */
	font-family: Arial;
        text-align: left;
	font-size: 200%;
	color: #00aa00;
 }

h3 { 
	font-size: 100%;
        font-family: Arial;
	margin: 1ex 0ex 0ex 1ex; /* top right bottom left */
 }

H4 { 
	color: #005500;
	font-family: Arial;
        font-size: 75%;
	margin: 1ex 0ex 0ex 3ex /* top right bottom left */
 }

P { 
	padding: 0ex 0ex 0ex 3ex;
        font-family: Arial;
        }


.imgstyle {
	border-style: inset;
	padding: 5px;
	background-color: #ffffff;
	border-width: 4px;
	border-color: #000000;
	margin: 10px;
        }
        
.imgstyle:hover {
	border-style: outset;
        }
