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

body {
background-color:#FFFFFF;
font-family: Arial, Verdana, sans-serif;
font-size:14px;
color:#333333;
}

.aitlink {
font-size:10px;
font-weight:bold;
color:#666666;
text-decoration:none;
}

a {
	font-family: Arial, Verdana, sans-serif;
}
a:visited {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color: #339900;
	text-decoration: underlined;
}
a:active {
	color: #339900;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}