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

div.body {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		color:#999;
}

em {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#F93;
		font-weight:bolder;
}
a:active {
		color:#999;
}
a:hover {
		color:#333;
}
a:link {
		color:#999;
}
a:focus {
		color:#333;
}
a:visited {
		color:#999;
}


