@charset "utf-8";
h1 {
	font-size: 24px;
	color: #FF0000;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.style1 {color: #FF0000}



/* CSS Document */

body {
	background-color: #000000;
	color:#FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(Links/Images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

