body {
	background-image: url(wphimages/back.jpg);
	background-repeat: repeat;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	color: #444444;
	background-color: #ffffff;
}

a{
	color:#b21f88;
	text-decoration: none;
}

.menu{
	color:#b21f88;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}

.menu:hover{
	text-decoration: underline;
}
.footer{
	color:#b21f88;
	font-weight: bold;
	text-decoration: none;
	
}

.footer:hover{
	text-decoration: underline;
}
h1, h2, h3{
	color:#b21f88;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
p{
	font-size: 14px;
}
