@charset "UTF-8";
/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FF00;
	font-size: 100%;
	text-align:center
}
h1{
	font-family: "Courier New", Courier, monospace;
	color: #00FF00;
	font-size: 140%;
	text-align: center;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #00FF00;
	font-size: 100%;
	text-align: center;
}
body {
	background-image: url(Images/bombsartfade2.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center bottom;
	background-attachment: fixed;
}
a:link
{
	color: #F00;
}

a:visited
{
	color: #C00;
}
