HTML{
 color: #000000;
 background-image: url("cloud.gif");
 background-color: snow;
 background-attachment: fixed;
 font-family: ‚l‚r ƒSƒVƒbƒN,‚l‚r ‚oƒSƒVƒbƒN,Gulim;
 font-size: 14px;
 scrollbar-3dlight-color: #66CCFF;
 scrollbar-arrow-color: lightblue;
 scrollbar-darkshadow-color: lightblue;
 scrollbar-face-color: lightblue;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #FFFFFF;
 scrollbar-track-color: #FFFFFF;
 overflow-x:hidden;
 background-repeat:repeat;
}
a:link{
	color: #000000;
	text-decoration: underline;
}
a:visited{
	color: #000000;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	background-color: yellow;
	text-decoration:underline;
	visibility : visible;
	float : none;
	clear : none;
	position : relative;
	top : 1pt;
	left : 1pt;
}
h1{
	font-size: 20px;
	background: lightblue;
	border: 2px solid powderblue;
}

div#menu{
	position: fixed;
	float: left;
	width: 20%;
	background-color: #ffffff;
	margin-right: 1em;
	padding: 0.3em;
}
div#menu h2{
	cursor: crosshair;
	text-decoration: underline;
	font-size: 1em;
	width: 100%;
	background: orange;
	color: white;
}
div#menu ul{
	list-style-typr: none;
	margin-left: 0;
	padding-left: 0.5em;
	margin-top: 0;
	display: none;
}
div#menu li{
	font-size: 0.9em;
	margin-bottom: 0.2em;
	margin-top: 0;
}

div#content{
	float: left;
	width: 70%;
}
div#content h2{
	background-color: pink;
	color: deeppink;
	font-weight :bold;
	font-size: 1.2em;
	border: 1px solid magenta;
	padding: 0.2em;
}

div#whatsnew{
	background-image: url("wall1.gif");
	height: 10em;
	overflow: auto;
	backgound-color: pink;
}
div#whatsnew h2{
	font-size: 1em;
	color: magenta;
	margin: 0.2em 0;
	border-style: none;
}
div#whatsnew p{
	font-size: 0.9em;
	margin: 0.4em 0;
}


div>*:first-child {
margin-top: 0;
}

