body	{
	background-color : #ffffff;
	background-image : url(back.gif);
	background-repeat :repeat;margin-x;
	}

/*-------------------- TEXT --------------------*/
.title1 {
	color:#111111;
	font-size: 25px;
}

.title2 {
	color:#111111;
	font-size: 14px;
}

.title3 {
	color:#ff0000;
	font-size: 18px;
}
.text {
	color:#222222;
	font-size: 11px;
}

.text1 {
	color:#222222;
	font-size: 12px;
}

.text2 {
	color:#222222;
	font-size: 14px;
}

.text3 {
	color:#222222;
	font-size: 16px;
}

.text4 {
	color:#222222;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}

/*-------------------- link --------------------*/
.link1 A {
	text-decoration:none;
	color: #404040;
	font-size: 15px;
}

.link1 A:hover {
	text-decoration:none;
	background:#ff6699;
	color:#ffffff;
}

.link2 A {
	text-decoration:none;
	color: #ffffff;
	background:#ff6699;
	font-size: 15px;
}

.link2 A:hover {
	text-decoration:none;
	background:#ff6699;
	color:#ffffff;
}

