<style><!--
	.sidebar{
		font-family: Helvetica, sans-serif;
		font-size: smaller;
		font-weight: 600;
		color: #000000;
		text-decoration: none;
		vertical-align: center;
                background-color: #fff3c1;
                background-repeat: repeat-y;
	}
	.sidebar a{
                font-family: Helvetica, sans-serif;
                font-size: smaller;
                font-weight: 400;
                color: #000000;
                text-decoration: none;
        }
	.sidebar a:hover{
		font-family: Helvetica, sans-serif;
		font-size: smaller;
		font-weight: bolder;
		color: #000000;
		text-decoration: none;
	}

	.contents{
		background-color: #fff3c1;
		font-family: Times, serif;
		font-size: medium;
		border-width: 0;
	}
	
	.contents a{
		color: black; 
		text-decoration: underline;
		}

	.contents a:hover{
		color: #333333;
		text-decoration: underline;
		}

	body{
		background-color: #fff3c1;
		margin-left : 0;
		margin-top : 0;
		font-family: Times, serif;
		font-size: medium;
	}
	
	table{
		padding: 0;
		border-width: 0;
		border-style: solid;
		border-color: #fb1611;
	}
	
	img{
		border-width: 0;
	}

--></style>

