body{
	color : #333333;
	background-color : #ffffff;
	margin-left : 4px;
}
a{
	color : #3333cc;
	text-decoration : none;
}
a:visited{
	color: #3333ff;
}
a:hover{
	color: #00cccc;
	text-decoration : underline;
	background-color : #ffff80;
}
a:active{
	color: #009999;
}
p{
	line-height : 1.3em;
}
li{
	line-height : 1.3em;
}
table{
	line-height : 1.3em;
}