body {
		background-image:url(images/ball.jpg)
}

h1 {
		font-family: Georgia, serif; font-size: 20px
}

h2 {
		font-family: Georgia, serif; font-size: 16px
}

ul {
		list-style-image: url(images/bullet.gif); font-family:Georgia, serif; font-size:13px; text-indent: 15px;
}

li {
		padding-bottom:5px
}

.bodytext {
		font-family:Georgia, serif; font-size:13px
}

.footer {
		font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px
}

a:link {
		font-family:Georgia, serif; font-size:13px; color:#5972B4
}

a:visited {
		color: gray
}

a:hover {
		color: #110B75; text-decoration: none
}

a:active {
		color: red
}