html {

	
/*This sets the background to fill web page*/

  background: url(green.jpeg) repeat; 
  /*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
}


Body {
	

/*background-image: url("Mt.jpeg");*/
/* background: url(green.jpg) left top repeat; */
}
ul {
    list-style-type: none;
    margin: 3px;
    padding: 0px;
    overflow: hidden;
   /* background-color: #0000FF; */
    border: 3px solid Blue;
    border-radius: 10px;
   
}

li {
    float: left;
}

li a {
    display: block;
    color: Blue;
    text-align: center;
    padding: 2px 20px;
    text-decoration: none;
}
li a:hover {
    background-color: DodgerBlue;
}


Div.title{ 
	text-align: center;
	font-size: 50pt;
	font-family: Times New Roman;
	border: 3px solid Blue;
    border-radius: 10px;

}

b.J{
	
	color: RebeccaPurple;
}
b.G{
	
	color: DarkGreen;
}
b.P{
	
	color: DarkRed;
}


Div.Welcome {
	text-align: center;
	font-size: 35pt;
	
}

Div.g{
	text-align: center;
	font-size: 50pt;
}
b.text_1{ 

	color: RebeccaPurple;
	}
	
b.text_2{ 
	
	color: DarkGreen;
	}
	
b.text_3{ 
	
	color: DarkRed;
	}

	
h1 {
	text-align: center;
}
	

div.img {
	margin: 5px;
	border: 1px solid #ccc;
	float: left;
	width: 180px;
	
}

div.img:hover {
	border: 1px solid #777;
}

div.img img {
	width: 100%;
	height: auto;
}

div.desc {
	padding: 15px;
	text-align: center;
}	
	

/*	
ul {
	list-style-type: none;
}

li {
	display: inline-block;
	width: 225px;
	padding-bottom: 10px;
	margin: 10px;
	text-align: center;
	font-style: italic;
	font-family: Georgia, serif;
}
*/
