﻿/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(../share/sp_back02.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	letter-spacing: 1px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	
}

a:link {
	text-decoration: none;
	color: #659100;
}
a:visited {
	text-decoration: none;
	color: #659100;
}
a:hover {
	text-decoration: underline;
	color: #659100;
}
a:active {
	text-decoration: none;
	color: #659100;
}
