body {
	background-color: #FFFFFF;
	background-image: url(http://designs.paramore.es/wp-content/themes/v4/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
p {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	margin: 0px;
}
.menu {
	font-family: "Arial Rounded MT Bold";
	font-size: 20px;
	text-transform: lowercase;
	color: #EB0F69;
	margin: 3px;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu a {
	text-decoration: none;
	font-family: "Arial Rounded MT Bold";
	font-size: 20px;
}
.menu a:hover {
	text-decoration: none;
	font-family: "Arial Rounded MT Bold";
	font-size: 20px;
	color: #000000;
}
h1 {
	font-family: "Arial Rounded MT Bold";
	font-size: 15px;
	color: #00CCCC;
	margin: 0px;
	padding: 2px;
	text-transform: lowercase;
	background-color: #F0F0F0;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #EB0F69;
}
.text {
	width: 600px;
	font-family: Tahoma;
	font-size: 11px;
}
a {
	font-family: Tahoma;
	color: #EB0F69;
	font-size: 11px;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.menu a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EB0F69;
}
.text p{
	margin-bottom:6px;
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #F0F0F0;
	text-align: center;
        margin-top: 15px;
}
strong {
	color: #7BCB34;
}
.copyright a:hover {
	text-decoration: underline;
}
.copyright a {
	color: #CCCCCC;
	text-decoration: none;
}
.hd {
	background-image: url(http://designs.paramore.es/wp-content/themes/v4/header.jpg);
	height: 246px;
	width: 652px;
	position: relative;
	left:50%;
	margin-left:-326px;
}