body {
	background-color: #d8e5eb;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center center;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.text{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #08212e;
	text-decoration:none;
}


.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #e84078;
	text-decoration: none;
}

.text a:hover {
	color: #e84078;
	text-decoration: underline;
}

.header{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #2896d1;
	text-decoration:none;
}


.header a:link, .header a:visited, .header a:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #2896d1;
	text-decoration: none;
}

.header a:hover {
	color: #2896d1;
	text-decoration: underline;
}