body {
        background-color: black;
        background-image: url("cloudy.gif");
        Background-attachment: fixed;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 70px;
}

h1 {
	color: red;
        background-color: #xxxxxx;
        font-family: georgia, serif;
        text-transform: capitalize;
}

h2 {
	color: red;
        font-family: georgia, serif;
        text-transform: capitalize;
}

p {
	color: darkblue;
	font-family: georgia, serif;
        text-indent: 30px;
}

td {
	color: darkblue;
	font-family: georgia, serif;
}

a:link {

	color: maroon;
}

a:visited {

	color: #ff7722;
}

a:hover {
        
	font-style: italic;
        font-size: 100%;
}
