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

body {
	background: url(../img/bg.gif);
	margin: 0px;
	line-height: 18px;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color:#333;
}

img {
	border : 0px;
}


a:link {
	font-weight:bold;
	color:#900;
	text-decoration : underline;
}

a:hover {
	text-decoration : underline;
}


