   <!--
     New Perspectives on HTML and CSS
     Final Web Project (week 7)

      André's Island of Fun and Bliss 
      Author: André Shannon 
      Date:  01/03/2016 
      Filename:         funBliss.css 
      Supporting files:    aifb.htm

      CSS STYLE SHEET

   -->

header, section, article, nav, footer aside 
	{
	display: block;
	}

body
	{
	background: linear-gradient(blue, white);
	}


header h1, h3
	{
	 text-align: center;
	}

header h1
	{
	font-size: 40pt;
	letter-spacing: 10px;
	margin-bottom: 2px;
	}

header h3
	{
	margin-top: 2px;
	}

aside
	{
	float: right;
	width: 40%;
	letter-spacing: 5px;
	font-size: 20pt;	
	}

