		body {
			height:100%;
			font-family:Arial, Helvetica, sans-serif;
			padding:0px;
			margin:0px;
			background:url('gray.png');
		}
div.SS {
text-align : center ;
 font-size:1.2em ;
 display : none;
 overflow : auto;
 color : #cc0033;
 background:url('yellow_.png');
 position:absolute;
 border-style:solid;
}
		.menu {
			background:url('left.png') no-repeat;
			width:200px;
			height:560px;
			vertical-align:top;
		}
		.menu a {
			font-weight:bold;
		}
		a:HOVER {
				cursor:pointer;cursor:hand;
		}
		div.white {
			background:url('yellow_.png');
			margin:0px;
			float:left;
			width:100%;
		}
		.content {
			float:left;
			background:url('yellow_.png');
			vertical-align:top;
		}
		hr {
			color: #cc0033;
			height:1px;
		}
		div.pad {
			padding:10px;
		}
		a {
			color:maroon;
			text-decoration:none;
		}
		a:hover{
			color:red;
			text-decoration:underline;
		}
		h2 {
			margin:0px;
			color:#cc0033;
		}
		h3 {
			color:#cc0033;
		}
		a img {
			border:solid 2px #323232;
		}
		a img:hover {
			border:solid 2px black;
		}
		