/* Sheila Prewett Style Sheet Version 2 - 2 February 2007 */

body {
	font-family: Arial, Helvetica, sans-serif;

	color: #660066;  	   /* plum purple */
	background-color: #FFFFCC; /* cream*/

} 


.footerP {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #660066;  	/* plum purple */ 
}

p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	color: #660066;  	/* plum purple */ 
	text-align: justify;
}

.topTitleP {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight: bolder; 
	color: #660066;  	/* plum purple */ 

}

.emphasisP {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 16px; 
	font-weight: bolder; 
	color: #660066;  	/* plum purple */ 
}

.moreEmphasisP {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 18px; 
	font-weight: bolder; 
	color: #660066;  	/* plum purple */ 
}
h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	font-style: normal; 
	font-weight: bolder; 
	color: #660066;  	/* plum purple */ 
	text-align: left;
}

h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	color: #660066;  	/* plum purple */ 
	text-align: left;
}

h3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	color: #660066;  	/* plum purple */ 
	text-align: left;
}

h4 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	color: #660066;  	/* plum purple */ 
	text-align: left;
}


ul {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #660066;  	/* plum purple */ 
	text-align: left;
}

a:link {
	color : #660066;  	/* plum purple */ 
	font-size: 14px;
	font-weight: normal; 
	text-decoration : none; /* prevents underline, overline, line-through and blink by the browser */
} 

a:visited {
	color : #330099;  	/* dark purply-blue */ 
	font-size: 14px;
	font-weight: normal; 
	text-decoration : none; /* prevents underline, overline, line-through and blink by the browser */
} 

a:hover { 
	/* a:hover must be placed after a:link and a:visited otherwise cascade rules would hide the hover color property */
	color : #FFCC33;  	/* gold */ 
	font-size: 14px;
	font-weight: normal; 
	text-decoration : underline; /* use underline to emphasise they can act */
} 


a:active { 
	/* a:active must be placed after a:hover so activation overrides the hover color property */
	color : #CCCCF;  	/* pale blue lilac */
	font-size: 14px;
	font-weight: normal; 
	text-decoration : none; /* prevents underline, overline, line-through and blink by the browser */
} 

.contactLinkP {
	font-size: 18px; 
	font-style: normal;  
	font-weight: bolder; 
}



