/* CSS Document */

body {
	background-color: #d91f7b;
	background-image: url(images/background_new.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:bottom;
	margin-top: 50px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	text-align:center
	}

<head>
<style type="text/css">

h1 {font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;}
h2 {font-size: small;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;}
h3 {font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;}
p {font-size: small;
	font-family: Arial, Helvetica, sans-serif;}
h4 {font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	;
	}
td {vertical-align:top;
	}


h1 {color: #00000;}
h2 {color: #00000;}
h3 {color: #f60079;}
h4 {color: #FFFFFF;
}
p {color: #00000;}
 

a:link {color: #f60079;
	text-decoration:underline;
	font-weight: bold;}
a:visited {color: #f60079;
	text-decoration:underline;
	font-weight: bold;}
a:active {color: #f60079;
	text-decoration:underline;
	font-weight: bold;}
a:hover {color: #f60079;
		 font-weight: bold;
		 text-decoration: none;}
		 
</head>
