/* CSS Document */
{
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -1px;
}
body {
	background-color: #003300;
	background-image: url(bombg2.gif);
	background-attachment:fixed;
	background-repeat:no-repeat
;
background-position:center
}
body,td,th {
	color: #00FF00;
	font-family: Courier New, Courier, monospace;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFFFF;
}
.style2 {
	font-size: medium
}
a:link {
	color: #FF3300;
}