.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #AD0069;
}

/* this style can be used on any text including <p> text */


.pinktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF66CC;
}

/* this style can be used on any text including <p> text */


p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #AD0069} 

/* this 'p' style is used to style any text which has a <p> tag*/

a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #993366; 
	text-decoration: none
} 
/* this 'a' style is used to style any text which has a <a href> tag (or a link)*/

a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FF3399; 
	
}
/* this a:hover style is used to style the text when the mouse hovers over links*/
