Linked Style Sheet - Week Three

Body 
	{
	background: url(cssfall_images/bgrspeck.gif)  fixed;   
	color: mediumblue;
	font-family: "Comic Sans MS",sans serif, arial, verdana, cursive;
	scrollbar-face-color: navy;
	scrollbar-track-color: lightyellow;
	}
H1,P
	{
	text-align: center;
	}
H2,H3
	{
	text-align: center;
	font-style: italic;
	font-size: 14pt;
	color: #FF7F50;
	}
	
P	{
	font-size: 12pt;
	}
Blockquote
	{
	text-align: left;
	}
A:link, A:visited, A:active
	{
	text-decoration:none;
	color:navy
	}
  li
	{
	text-transform: uppercase; 
	font-size: 10pt:
	font- weight: bold;
	text-indent: 25px;  
 	}
.upper
	{
	text-transform: uppercase;
	color: orange;
	margin-left: 20%; 
	width: 300px;
	text-align: left;
	}