h1{
	font-family: "Times New Roman", Times, serif;
	font-size : 17px;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
	text-align : center;
	color : Yellow;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size : 24px;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
	text-align : center;
	color : Yellow;
}

a{
	font-family: "Times New Roman", Times, serif;
	color : Lime;
	text-decoration : none;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: Blue;
}

.links{
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
	color: Lime;
}

.linksbetween{
	font-size : 14px;
	color: Yellow;
}

.linksbetween2{
	font-size : 14px;
	color: Red;
}

.linksbottom{
	font-size : 14px;
}

.picpagelinks{
	font-size : 14px;
	font-weight : bold;
	color: Red;
}

.piclinks{
	font-size : 13px;
}

.picdesc{
	font-size : 14px;
	color : Black;
}

.medwhite{
	font-size : 17px;
	color : White;
}

.medteal{
	font-size : 17px;
	color : Teal;
}

.picnav{
	font-size : 20px;
}


.datetext{
	font-size : 13px;
	color : White;
	text-align : right;
}

.navbar{
	font-size : 14px;
	color : White;
}

.title{
	font-size : 24px;
	font-weight : bold;
	color : Yellow;
}

.medyellow{
	font-size : 17px;
	font-weight : bold;
	text-decoration : underline;
	color : Yellow
}

.searchtitle{
	font-size : 22px;
	font-weight : bold;
	color : Yellow;
}

.verysmall{
  font-size : 10px;
  color : White;
}

A:visited{
	color: Lime;
}

A:hover{
	color: Blue;
	text-decoration : underline;
}

A:focus {
	color: Blue;
	text-decoration : underline;
}

A:active{
	color: Blue;
	text-decoration : underline;	
}

.linksbetween:visited{
	color:  Yellow;
}

.linksbetween:hover{
	color:  Blue;
}

.linksbetween:focus{
	color:  Blue;
}

.linksbetween:active{
	color:  Blue;
}

.linksbetween2:visited{
	color:  Red;
}

.linksbetween2:hover{
	color:  Red;
}

.linksbetween2:focus{
	color:  Red;
}

.linksbetween2:active{
	color:  Red;
}

.navbar:visited{
	color:  White;
}

.navbar:hover{
	color:  Yellow;
}

.navbar:focus{
	color:  Yellow;
}

.navbar:active{
	color:  Yellow;
}

.medwhite:visited{
	color:  White;
}

.medwhite:hover{
	color:  Yellow;
}

.medwhite:focus{
	color:  Yellow;
}

.medwhite:active{
	color:  Yellow;
}

.picpagelinks:visited{
	color:  Red;
}

.picpagelinks:hover{
	color:  Blue;
}

.picpagelinks:focus{
	color:  Blue;
}

.picpagelinks:active{
	color:  Blue;
}

.searchtitle:hover{
	color:  Yellow;
	text-decoration: none;
}