@charset "utf-8";
/* CSS Document */


<!--
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
    .content {color:black; 
	font-family:Tahoma; 
	font-size: 11px;
	font-weight:normal; 
}
    .search {color:black; 
	font-family:Tahoma; 
	font-size: 12px;
	font-weight:normal; 
}
    .update {color:black; 
	font-family:Tahoma; 
	font-size: 10px;
	font-weight:normal; 
}
    .rule {color:black; 
	font-family:Tahoma; 
	font-size: 12px;
	font-weight:normal; 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* foot link */
.foot a:link {color: #000000; text-decoration: none}
.foot a:visited {color: #000000; text-decoration: none}
.foot a:hover {color: #000000; text-decoration: underline}
.foot a:active {color: #000000; text-decoration: none}

-->