body {	
		text-align:left;
		font-size: medium;
}
a {
		text-decoration: none;
}
li a:hover {
		text-decoration: underline;
}
#title_h2 {
		width: 12em;
		letter-spacing: 0.2em;
		margin-top: -29px;
		margin-bottom: 30px;
		margin-left: 0px;
		padding: 0;
		font-weight: bold;
		color: red;
		border: none;
		background-color: none;		
}
#main {
		margin-top: 15px;
		margin-left: 10px;
		padding: 0 10px;
		background: white;
		font-size: small;
		/*background-color: silver;*/
}
li {
		line-height: 1em;
		background-image: url(../IMG/list_S.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 1em;
		list-style-type: none;
}
