
.myname {font-family: arial; font-size: 16pt; color:white;}
.mywebsite {font-family: arial; font-style: bold; font-size: 16pt; color: white;}
body {font-family: arial; color: black; 
	background: yellow ;}

h1 {font-family: arial; color: white; background: blue; font-size: 16pt; width=110px; z-index:1;}

h2 {font-family: arial; font-size: 14pt; color: white; background: red; width: 170px; z-index: 2;}

h3 {font-family: arial; font-size: 14pt; color: white; background: purple; width:600px; z-index: 3;}

address {font-family: arial; font-style: italic; color: green; background: yellow; 
	position: absolute; top:600px; left: 60px; width: 100px; height: 50px; z-index:5;}

h4 {font-family: arial; background: blue; font-size: 12pt; color: white; width: 600px; z-index:4;}
.morethings {font-size: 15px; font-style: italic; font-variant: small-caps;}
.fineprint {font-family: arial; font-style: italic; color: black; font-size:6px;}


a:link {color: blue;}
a: visited {color: red;}