A {
	COLOR: #FFFFFF;
	text-decoration: none;	
	background-color:#000000;
}
A:hover {
	COLOR: #000000;
	background-color:#FFFFFF
	
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	
}

.tit1{
	font-family: Arial;
	font-size: 70px;
	color: #333333;
	font-weight: bold;
}
.tit2{
	font-family: Arial;
	font-size: 45px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.tit3{
	font-family: Arial;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.tit4{
	font-family: Arial;
	font-size: 35px;
	color: #333333;
	font-weight: bold;
}

.borde{
	border-color:#999999
}

.fondolinea{
    background-image: url(img/puntos.gif);
	}
