/* CSS Document */

.welcome_title{
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color: #FF7C62;
}
.about_title{
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color: #FF7C62;
}
.contact_title{
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color: #5FFFC1;
}
.products_title{
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color: #9DFF62;
}
.salon_title{
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color: #FFBE60;
}
.services_title{
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color: #DCFF65;
}
.main{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}