@charset "utf-8";
/* CSS Document */

/*link="#33ff33" vlink="#33ff33" alink="#ffffff"*/
body
{
	background-image:url(images/mkg_simpletexture_1.jpg);
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}
a:link
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}     
a:visited
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}  
a:hover
{
	text-decoration:underline;
} 
a:active
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

h1
{
	color: #999900;
	font-weight:bold;
	
}
h2
{
	color: #999900;
	font-weight:bold;
}
td
{
	text-align:left;
}
.map
{
	width: 640px;
	height: 480px;
	border: 1px solid black;
}

