/* CSS Document */

P{
font-family:Garamond;
font-size:16px;
color:#000000;
line-height: 18px;
padding: 3px;
}

.bina {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: blink;
	color: #FFFFFF;
}


.moi {
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: overline;
}

.navigu {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 3px;
	width: 140px;
}


.navigu:hover {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#CC3300;
	padding: 3px;
	width: 140px;
}
.luvu {
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: overline;
	font-family: broadway;
}

.moiiii {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration:underline;

