/* CSS Document */
/*CSS stylesheet for Project Nabiki.NET*/
/*Copyright (c) 2021-2022*/

body {
	background-color:#FFFFFF;
	margin:0px;
}
th, td {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-stretch:condensed;
	font-weight:normal;
	color:#747474;
	text-decoration:none;
}
a:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-stretch:condensed;
	font-weight:bold;
	color:#747474;
	text-decoration:underline;
}
a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-stretch:condensed;
	font-weight:bold;	
	color:#595555;
	text-decoration:none;
}
a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-stretch:condensed;
	font-weight:bold;
	color:#747474;
	text-decoration:overline;
}
.evidence_big {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-stretch:condensed;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF9703;
	text-decoration:none;
}
.null {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-stretch:condensed;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}