
	body	{
    		background-image:url("spacewaves.jpg");
		text-align:left;
		margin: 100px;
		font-family:Book Antiqua;
		font-size: 1.3em;
		}

	.navi	{
    		max-width:1200px;
		margin: auto;
		}

	#title	{
		font-size:1.8em;
		}

	h3	{
		font-size:1.4em;
		}

	h5	{
		font-size:1.3em;
		font-style: italic;
		}
		
	p	{
		}

	.ul	{
 		list-style-type: none;
    		margin: 0;
    		padding: 0;
    		overflow: hidden;
    		background-color: #FCDC3B;
		}

	.li	{
    		float: left;
		}

	li a	{
		display: block;
		color: black;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		font-weight: bold;
		}

	li a:hover	{
			background-color:;
			}

	.active 	{
			background-color: #FFC125;
			}

