/* --
   New Perspectives on HTML and XHTML
   Tutorial 7
   Tutorial Case

   Online Scrapbooks: Getting Started
   Author: Bill Hosack
   Date:   11/9/2005

   Filename:         scraps.css
   Supporting files:
   
   Online Scrapbooks screen styles 
*/

	body	{color:brown;}
	h1, h2, h3, h4, h5, h6	{font-family: verdana, arial, helvetica, sans-serif; 
		color: orange;
		}
	address{
		color:orange;
		font-style:normal;
		font-variant:small-caps;
		text-align:center;
		clear:both;
		border-top:1px solid orange;
		}
	#head {text-align:right;
		border-bottom:1px solid orange;
		}
	#links{width:150px; 
		float:left; 
		background-color:rgb(212,142,0); 
		margin-right:10px; 
		padding:10px;
		border:2px solid black;}
	#links a {font-family:Verdana, Arial, Helvetica, sans-serif;
		color:white;
		font-size:9pt;
		display:block;
		}
	#links a:link {text-decoration:underline;}
	#links a:visited {text-decoration:none;}
	#links a:hover {color:black; text-decoration:underline;}
	#links a:active {text-decoration:none;}
	#links a.newgroup {margin-top:15px}
	#main {width:70%; 
		float:left;
		border-left:1px solid orange
		padding-left:10px;}
