/* CSS Document Conebella*/

.navbar {
	font-size:18px;
	text-decoration:none;
	color: #000;
	font-weight:bold;
	}

body {
	background-image: url(images/background20.jpg);
	font-family: Arial, Helvetica, sans-serif;
	}
	
img.watermark {
	opacity:0.25;               /*Firefox & Chrome*/
	filter:alpha(opacity=50);   /* IE */
	}

img.watermark:hover {
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
	}



.style2 {
	font-size: 18px;
	font-weight: bold;
	}

.style3 {
	font-weight: bold; 
	}
	
.style5 {
	font-size: 32px;
	font-weight: bold;
	}

.style6 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
