/* CSS page for page3.html */

html { 
  background: url(pic/menhet.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 5;
  
}
body {
	color:yellow;
	text-align: center;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}

.form {
	font-size: 15px;
	color: white;
	
	
	
}

ul {
	color: yellow;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

p {
	color: white;
	font-size: 15px;
	text-align: left;
	text-justify: inter-word;
}

li a {
	color: yellow;
}

footer {
	color: red;
	font-size: 10px;
	
}

h4  {
	color: red;
	text-align:left;
	font-size:15px;
}