	body {
		margin:0px 0px 0px 0px;
		background:#fff;
		}
		
	a:link,a:visited {
		color: #000000;
		text-decoration: none;
		}

	/* on mouse over */
	a:hover {
		color: #FF0000;
		}

	/* on click */
	a:active {
		color: #FF0000;
		}
	
	#content {
		font-family: "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera Serif", serif;
		line-height:1.25em;
		font-size:0.95em;
		margin-left:2em;
		padding-top:4%;
		left:0;
		width:62%;
		}

	#menu {
		margin-top:8%;
		font-family: Helvetica, sans-serif;
		line-height:1.2;
		font-size:1em;
		position:fixed;
		width:30%;
		right:0;
		border-left: 2px solid #FF0000;
		padding-right:3em;
		}
	
	/* For IE for Windows \*/
* html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* html body{
    width: 100%;
    height: 100%;
    overflow: auto;
}

* html #menu{
    position: absolute;
}
/* */
		
	p,h1,h2 {
		margin:1em 2em 1em 2em;
		text-align:justify;
		}
			
	h1 {
		font-size:4.8em;
		line-height:1em;
		margin-left:1em;
		padding-top:8%;
		}
	
	h2 {
		font-family: Trebuchet MS, Trebuchet, sans-serif;
		font-size:1.5em;
		line-height:1em;
		text-align:center;
		margin-top:8%;
		padding:0.25em;
		}
/* */