body {
	background-image: url();
	background-repeat:repeat-x;
}
.webdesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.text {
	font-family: Tahoma; 
	font-size: 12px; 
	color: #FFF;
	padding: 10px;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #ECE9D8;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #ECE9D8;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
