a:link {color: navy; text-decoration: underline;}
a:active {color: navy; text-decoration: underline;}
a:visited {color: Green; text-decoration: underline;}
a:hover { color: red; text-decoration:underline;}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: Navy;
	margin-left: 150px;
}

.bar{
background-color: Navy;
Position: absolute;
font-size: 50%;
left: 0px;
top: 136px;
width: 100%;
}


.Nav {
	position: absolute;
	left: 0px;
	top: 155px;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
      margin-left: 4px;
	line-height: 150%;
	text-align: left;   
      }

      .Nav a{
      color: navy;
	font-size: 90%;
      font-weight: bold;
      text-decoration: none;
      }

      .Nav a:hover{
      color: red;
      font-weight: bold;
      text-decoration: none;
       }
		 
.right{
	position: absolute;
	right: 0px;
	top: 155px;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
      margin-right: 4px;
	line-height: 150%;
	text-align: right;   
	padding-left: 3%;
      }
.right a{
		background: transparent;	
		color: navy;
		text-decoration: none;
}
.right a:hover{
		background: transparent;	
		color: red;
		text-decoration: underline;
}
		 
.bot{
      position: absolute;
	left: 0px;
	bottom: 3%;
	width: 100%;
 	border-top-color: Navy;
	border-top-style: dashed;
	font-size: 95%;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      text-align: center;
	color: Navy;	
 }

.bot a{
 	background: transparent;
	color: Navy;
 }
.bot a:hover{
	background: transparent;
	 color: Red;
	 text-decoration: underline;
}
		 
.photo{
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	font-weight: bold;
}		 

.bott{
      position: absolute;
	left: 0px;
	width: 100%;
 	border-top-color: Navy;
	border-top-style: dashed;
	font-size: 95%;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      text-align: center;
	color: Navy;	
 }

.bott a{
 	background: transparent;
	color: Navy;
 }
.bott a:hover{
	background: transparent;
	 color: Red;
	 text-decoration: underline;
}

.para{
	width: 80%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: justify;
	font-size: 90%;
}

.para2{
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: justify;
}

.cen{
	font-size: 175%;
	font-weight: bold;
	text-align: center; 	
}


