body {
	background-color: white
	color:#5e5e5e;
	font-family:arial,sans-serif;
	font-size:12px;
	margin:0px;
	text-align:left;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
	}

a.img {
	border:none;
	}

img {
	border: px;
	}

p.header{
	font-size:12px;
	font-weight: bold;
	color: #f06c9a;
	}

p.image{
	color: #f06c9a;
	text-align: center;
	}
	
a {
	color: #ff377d;
	text-decoration: underline;
	}

a:visited {
	color: #bb0041;
	text-decoration: underline;
	}

a:hover {
	color: #ff93b9;
	text-decoration: underline;
	}

div.content {
	position: absolute;
	left: 142px;
	top: 0px;
	text-align: justify;
	width: 900px;
	height: auto;
	background-color: white;
	padding-left: 2px;
	padding-right: 2px;
	}

div.menu1 {
	position: absolute;
	left: 10px;
	top: 210px;
	
	}
div.menu2 {
	position: absolute;
	left: 10px;
	top: 255px;
	}
div.menu3 {
	position: absolute;
	left: 8px;
	top: 304px;
	}
div.menu4 {
	position: absolute;
	left: 10px;
	top: 355px;
	}
	
div.menu5 {
	position: absolute;
	left: 10px;
	top: 405px;
	}

div.header {
	color: white;
	position: absolute;
	left:10px;
	top: 24px
	}

div.footer {
	position: absolute;
	left: 0px;
	bottom: 15px;
	font-size: 12px;
	text-align: right;
	}
