a:link{
	color: cornflowerblue;
	background-color: black;
	font-size: 1.1em;
}	
a:visited{
background-color: black;
color: cornflowerblue;
  font-size: 1.1em;

}

a:hover{
  background-color: #004a4a; 
  color: white;
  font-size: 1.1em;

}
a:active{
background-color: khaki;
color: black;
  font-size: 1.1em;

}
body{
	background-color: #000033;
}
div.four { 
  font-family:verdana,sans-serif;
  width: 24em;
  margin-left: 3%;
  font-size: 1.1em;
 }
div.six { 
  font-family:verdana,sans-serif;
  width: 23em;
  margin-left: 3%;
  font-size: 1.1em;
 }
div.twel{
	width: 11em;
}
h1{
	color: #33ccff;
    font-size: 2.2em;
  text-align: center;
}
h2{
	color: #3399cc;
    font-size: 2em;
  text-align: center;
}
h3{
	color: #336699;
    font-size: 1.8em;
  text-align: center;
}
h4{
	color: #006699;
    font-size: 1.4em;
}
h4.twelve{
	color: cornflowerblue;
    font-size: 1.4em;
    text-align: left;
}
h5{
	color: #00FFFF;
    font-size: 1em;
}
h6{
	color: #00FFFF;
    font-size: 0.8em;
}
input.blue{
      background-color: blue;
      color: white;
      font-size: 1.2em;
	padding: 0.3em;
	border-color: grey;
	border-width: 0.3em;
}
label{	  display:block;	width:10em;}select.right{	float: left;	width:7em;}input.text{	font-size:1.1em;	display:block;}input, textarea, select{	  display:block;}
ol { 
  font-family: arial,sans-serif;
  width: 23em;
  font-size: 1.1em;
  color: white;
 }
ol.twel { 
  font-family:verdana,sans-serif;
  width: 11em;
  font-size: 1.1em;
  color: white;
 }
p{
	width: 34em;
	font-family:verdana,sans-serif;
  font-size: 1.2em;
	color: white;
}
p.blueridge{
  align-text: center;
  width: 24em;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 15px;
  border-style: ridge;
  border-color: #23819c;
  background-color: #23819c;
    font-size: 1.4em;
}

p.blueridgesquare{
  align-text: center;
  width: 5em;
  color: #222222;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 15px;
  border-style: ridge;
  border-color: #23819c;
  background-color: #23819c;
    font-size: 2em;
}
a.button: hover {color: white;}
p.ennsDesigns{
	font-family:verdana,sans-serif;
  font-size: 0.9em;
   color: #ccffff;
}
p.fif { 
  font-family:verdana,sans-serif;
  text-align: left;
  width: 15em;
  margin-left: 3%;
  font-size: 1.2em;
 }
p.six { 
  font-family:verdana,sans-serif;
  text-align: left;
  width: 16em;
  margin-left: 3%;
  font-size: 1em;
  color: white;
 }
p.peter{
	color: white;
	font-size: 0.9em;
}
p.small{
	color: white;
	font-size: 1em;
}
p.thir { 
  font-family:verdana,sans-serif;
  text-align: left;
  width: 17em;
  margin-left: 3%;
  font-size: 1.2em;
 }
p.twel { 
  font-family:verdana,sans-serif;
  text-align: left;
  width: 11em;
  margin-left: 3%;
  font-size: 1.2em;
 }
	p.twelve{
		color: lightsteelblue;
	}
p.yeller { 
  font-family: arial,sans-serif;
  text-align: left;
  width: 11em;
  margin-left: 3%;
  font-size: 1.1em;
  color: #f5b800;
 }
span.bigbrown{
  font-weight:bold; 
  color: #A8B1B8;
  font-size: 1.2em;
}
span.blue{
  font-weight:bold; 
  color: #70DBDB;
  font-size: 1.1em;
}
span.bold{
  font-weight:bold; 
  font-size: 1.1em;
}
span.large{
	font-size: 1.4em;
}
span.red{
  color: red;
  font-size: 1.1em;
}
span.bluer{
  color: #70DBDB;
  font-size: 1.1em;
}
span.turquoise{
  font-weight:bold; 
  color: #38B0DE; 
  font-size: 1.1em;
}
span.white{
  color: white; 
  font-size: 1em;
}
.yui-gf 1/4, 3/4 
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail: hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: auto;
left: auto; /*position where enlarged image should offset horizontally */
z-index: 50;
}
ul{
		font-size: 1.2em;
	color: white;
	padding-left: 15px;
	width: 22em;
}
ul.bigger{
		font-size: 1.1em;
	color: pink;
}
ul.blue{
		font-size: 1.2em;
	color: #6D98AB;
}
label
{
	float:left;
	width:10em;
	  display:block;
}
select.right{
	float: left;
	width:7em;

}
input.text
{
	  display:block;
	font-size:1.1em;
	float: left;
}
input.submit
{
	vertical-align:top;
}

