﻿@charset "utf-8";

/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 2
   Coding Challenge 2

   Author: Aaron Spence
   Date:  09/22/2025 
   
   Filename: code2-2.css

*/

/* Heading styles */ 

h1  {
	
	text-align:center; 
	font-family:Impact;
	font-size:3em;
	
	
}

h1.topten {
	font-size:1.2em;
	color:white;
	background-color:black;
	text-align:center;
}
ul  {
	list-style:none;
	line-height:2em;
}
ul a:link {
	color:ivory;
	text-decoration:none;
}
	
h1.article {
	font-size:2em;
	font-family:cursive;
	text-align:left;
}

	

/* navagation Style */

nav > ul > li > a:hover, nav > ul > li > a:active {
	text-decoration: underline