/*
     Power Website
	 Layout Style Sheet
	 Tutorial 4 Problem 3 
	 Ruby Locke
*/

.center
	{
		text-align:center;
}

body
	{
		font-size: 1.3em;
		font-family: Arial, sans-serif;
		background-color:lavender;
		color:black;
		margin-left:12em;
		margin-right:12em;
}

p	{
		line-height: 1.4em;
}

.spreadheading
	{
		letter-spacing: 6px;
		word-spacing: 6px;
}

p.listheading
	{
		font-style: italic;
		color:navy;
}

p.contact
	{
		font-size:1.1em;
		color:navy;
}

ul.diamond
	{
		font-size: 1.2em;		
		color:navy;
		list-style-image:url(images/diamond.gif);
}

strong
	{
		color:#808000;
}
h1	{
		text-decoration:underline overline;
}

h2, h4
	{
		text-align:center;
		color:navy;
}

a 	{
		text-decoration:none;
		color:slategray;
}

a.hover
	{
		color:lavender;
		background-color:navy;
		text-decoration:underline;
}






