html { 
/*This sets the background to fill web page*/
  background: url(Mt.jpeg) no-repeat center center fixed; 
  -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: 10pt;
	
}

Div.g{
	text-align: center;
	font-size: 50pt;
}
b.text_1{ 

	color: RebeccaPurple;
	}
	
b.text_2{ 
	
	color: DarkGreen;
	}
	
b.text_3{ 
	
	color: DarkRed;
	}

Div.Image{
	float: left;
	border: 3px solid;
	
	
}
