/* CSS Document */
a:link {
	text-decoration: none;
	color: #00CCFF;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: underline;
	color: #FFCC00;
}
.style2 {font-size: medium}
body {
	margin-left: 40px;
	margin-top: 40px;
}
.style3 {font-size: large}
body {
	margin-left: 40px;
	margin-top: 40px;
}
body,td,th {
	font-size: 10px;
}
.style1 {font-size: 12px}
.col_blue {color: #00CCFF}
.col_black {color: #333333}
.col-orenge {
	color: #FF6600;
	font-size: small;
}
