html, body {
	margin: 0px; 
	font-family: verdana, serif;
	color: red;
}

h1 {
	font-family: verdana, serif; 
	font-size: 20px;
}

a:link {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: red;
   text-decoration: underline;
   font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.bg1 {
	background-image: url(bg.gif);
}

.bg2 {
	background-image: url(bg2.gif);
}

.bg3 {
	background-color: yellow;
}