/**
 * style.css
 */ 

body { 
	background-image:url(../img/background5.jpg);
}

p { 
	font-family:Verdana; 
	line-height:150%;
	font-size:11pt; 
	color:rgb(100, 100, 100); 
}

h1 { 
	font-family:Verdana, 'Lucida Handwriting'; 
	font-size:20pt; 
	display:inline; 
/*	color:rgb(153, 153, 153); */
        color:rgb(100,100,100)
	/* text-decoration:underline; */
}

.text { 
	font-family:Verdana; 
	color:rgb(100,100,100); 
	font-size:12pt; 
}

.clickbutton {
	background-color:rgb(255,149, 71); 
	border-style:solid; 
	border-width:2px; 
	border-color:rgb(213,62,43); 
	color:white; 
	font-family:Arial; 
	font-size:10pt; 
	padding:5px; 
	text-decoration:none; 
}

a {
	text-decoration:none;
}

.clickbutton:hover { 
	background-color:blue; 
}
