body {
	background-color: #2f2f2f;
	background-image: url(../images/RGPATTERN_stripes.jpg);
	background-repeat: repeat;
	background-attachment: fixed; 
	background-position: top center;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.text{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #494d4c;
	text-decoration:none;
}


.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e6f7b;
	text-decoration:none;
}

.text a:hover {
	color: #0e6f7b;
	text-decoration: none;
	background-color: #abc3c3;
}