/*More HTML Stylesheet Lesson 5*/

body {
	background-color: #F5F7FA;
	background-image: url(pw-images/side-border.gif);
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #726152;
	margin-top:25px; 		
	margin-right:25px;
	margin-bottom:25px;
	margin-left:25px;
}


/*hr selector*/	
hr {
	width:75%;	
	height:4px;
	background-color:#EDEFF6;
	text-align:center;
	margin-bottom:25px;
	margin-top:25px;
}


h1 {
background-image:url(pw-images/pw-banner.gif);
background-position:center;
background-repeat:no-repeat;
height:107px;
}




h2, h3 {
	background:#F0E7D9;
	font-family: "Black Chancery";
	font-size:24px;
	font-weight:bold;
	color: #726152;
	text-align:center;
}


img { 
	border: 0px;
} 


p.note {
background-color:#F0EFE9;
color:#154289;
font-family: verdana, arial, sans-serif;
font-size:14px;
text-align:center;
margin-left:auto;
margin-right:auto;
}



/*Pseudo Class Selectors */
a:link {
	background-color:#F0EFE9;
	color: #726152;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	text-decoration: none;
	letter-spacing:2px;
	padding:4px;
	text-align:center;
	text-decoration:none;
	line-height:25px;
}

a:visited {
	background-color:#F0E7D9;
	color: #8F2A00;
	text-decoration: none; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	line-height:25px;
}

a:hover {
	color:#8F2A00;
	background-color:#E1DCD7;
	text-decoration:none;
}

a:active {
	background-color: #F0EFE9;
	color: #8F2A00;
	text-decoration: none; 
}
 		
 table.c4 {background-color: #C6BAB0;}
 table.c3 {background-color: #F0E7D9;}
 div.c2 {text-align: center;}
 input.c1 {width:300px;}



/*blockquote selector*/
blockquote  {
	color: #002826;
	background-color: #F5F5F5; 
	border:  3px  double #E4D4BC; 
	padding-left:  10px;
	padding-right:  10px;
	font-family:  verdana, arial, sans-serif;
	font-size: 14px;
}


/*Class Selectors*/
.disc {
	margin-left:100px;
	margin-right:100px;
	color: #68615A;
	background:#F0E7D9;
	border-bottom-style:double;
	border-left-style: double;
	border-right-style:double;
	border-top-style:double;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

