/* CSS Document */

body {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	font-family: Courier;
	background: #000000;
	color: #AAAAAA;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
ul{
	text-align:left;
	list-style-image: url(images/heart.png);
}
h1{
	color: #AAAAAA;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0px;
}
a{
	color: #AAAAAA;
	outline:none;
}
object { outline:none; }

a:hover{
	color: #AA0000;
}
form {
	text-align: center;
}