/* CSS Document */

p{
font-family:Garamond;
font-size:16px;
color:#000000;
line-height: 18px;
padding: 3px;
}

.binar {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: blink;
	color: #FFFFFF;
}


.moio {
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: overline;
}

.navigar {
	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;
}


.navigar: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;
}

.moii {
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:underline;
	font-family: Vivaldi;
}

.moiirr {
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:underline;
	font-family: Rockwell, "Rockwell Condensed";

