body {
	background-image: url(back.jpg);
	background-attachment: fixed;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #DDDDDD;
	text-align: center;
}

h2 {
	font-size: 36px;
	font-family: Courier;
}

h1 {
	font-size: 72px;
	font-family: Courier;
	text-align: center;
}

em {
	font-weight: bold;
	font-style: normal;
}

em:hover {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}

p {
	border-width: 1px;
	border-style: dotted;
	border-color: black;
	padding:4px;
	background-color:#AAAAAA;
	text-align: left;
	background-image: url(back3.jpg);
        background-attachment: fixed;
}

a:hover { 
	background-color: #AACCFF;
}

a:visited {
	color: #0000FF;
}

a:link {
	color: #0000FF;
}

ul {
	margin-left: 2em;
	margin-right: 5em;
        border-width: 1px;
        border-style: dotted;
        border-color: black;
        padding:4px;
        background-color:#AAAAAA;
	text-align: left;
	background-image: url(back3.jpg);
        background-attachment: fixed;
}

