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

body {
	background-image: url(images/background/Wood.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

a {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.yellow_blink {
	font-size: 8pt;
	color: #FFFF00;
	text-decoration: blink;
	font-weight: bold;
}

