body {
		background-color: silver;
		margin-left: 10%;
		margin-right: 10%;	
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		}

h1	{	font-size: 200%;
		font-weight: bold;
		color:      navy;		
		border-bottom: thick dotted #ffd700;
		}
		
		

p     {		
		font-size: medium;
		font-weight: normal;
		color:	     navy;
		
		}
/*add list color to second css sheet*/

p.kindleadvantage	
		{
		line-height:	1.9em;
		font-family:	Verdana, Geneva, Arial, sans-serif;
		border-color: 	black;
		border-width: 	1 px 1 px;
		border-style: 	dashed;
		background-color: #add8e6;
		padding:	25px;
		margin:		65px;
		}

p#footer {	font-size: x-small;
		
		}		