/* fine2.css */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
	background-image: URL(images/background/bgline_pink1.gif);
	background-repeat : repeat;
	background-attachment : fixed;
}
body,div,p,td,th {
	font-size:10px;
	color:#443333;
}
a:link{
	text-decoration:none ;
	color:0044ff ;
}
a:visited{
	text-decoration:none ;
	color:#0044ff ;
}
a:hover{
	text-decoration:none ;
	color:#ffffff ;
	background-color:#0044ff ;
}
a:active{
	text-decoration:none ;
	color:#ffffff ;
	background-color:#ee0011 ;
}


