/* CSS definition file containing site wide stylesheets */

BODY {
	background-image: url( "../assets/images/pa.png" );
 	background-repeat: repeat;
 	background-attachment: scroll
}

.quest {
	font-family: Questrial;
 	color: rgb(220,128,156)
}

.formentry {
	font-size: 12px;
 	color: rgb(128,128,128);
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(128,128,128);
 	padding-left: 5px;
 	padding-top: 5px;
 	padding-bottom: 5px
}

A {
	color: rgb(128,128,128);
 	text-decoration: none 
}

A:hover {
	color: rgb(220,128,156);
 	text-decoration: none 
}