﻿body {background-color:Background;
      font-family:MS Sans Serif;
      font-size:18px;
      
}
h2
{color:Blue;

 border-bottom-width:thick ;
 background-color:Lime;
	}
	#header
	{
		top:0em;
		font-size:80px;
		font-family:Comic Sans MS;
		color:Red;
		background-color:Yellow;
		
		}
		#navigation
		{
			position:absolute;
			top:7em;
			left:25em;
			width:27em;
			color:Teal;
			
		}
		
		#content
		{
			margin-left:20em;
			color:White;
			font-size:20px;
			margin-top:5em;
			margin-right:20em;
			
		}
			
			
