
.portrait a:link {
    color: #995555;
    text-decoration: none;
}

.portrait a:visited {
    color: #995555;
    text-decoration: none;
}
.portrait a:hover {
    color: #000000;
    text-decoration: underline;
}

.portrait a:active {
    color: #000000;
    text-decoration: underline;
}
a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #995555;
    text-decoration: none;
}

a:active {
    color: #995555;
    text-decoration: none;
}

body {
  background-color: #050505;
  background-image: url("brick.jpg"); 
  background-repeat: repeat;
}

h1 {
  font: 130% Garamond, Georgia, serif;
  text-align: center;
  width: 300px;
  margin: 1.5em auto 1.5em;
  padding: 8px;
  border: 1px solid #666;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  float: center;
  background-color: #eee;
box-shadow: 1px 1px 5px 1px #aaa;
}

h2 {
  font: 75% Garamond, Georgia;
  text-align: center;
  width: 220px;
  margin: .5em auto 1.5em;
  padding: 2px;
  border: 1px solid #666;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  float: center;
  background-color: #fff;
box-shadow: 1px 1px 5px 1px #aaa;
}

b{
  font-size: 16px;
  line-height: 12px;
 }


 .smalllist {
  margin: 20px;
  padding: 0;
  float: left;
  position: relative;
  width: 400px;
  height: 300px;
  list-style-type:none;
}


.smallem {
  width: 400px;
  padding-top: 300px;
  background: url(framepng.png) no-repeat;
  background-size: 400px 300px;
  box-shadow: 3px 3px 8px 3px #333, -1px -1px 5px 1px inset #000;
  display: block;
  position: absolute;
  text-align: center;
}



.smallimg {
  padding: 24px 0 0 24px;
  width: 360px;
  height: 260px;
}

.string {
	width: 500px; 
	height: 50px;
	position: relative;
	top:25px;
	left:220px;
	margin-left:20%;
}

.bigimg {
  padding: 24px 0 0 24px;
  width: 720px;
  height: 520px;
}

.biglist {
  margin-left: 20%;
  margin-top: 20px;
  padding: 0;
  float: center;
  position: relative;
  width: 800px;
  height: 600px;
    list-style-type:none;
}

.bigem {
  width: 800px;
  padding-top: 600px;
  background: url(framepng.png) no-repeat;
  background-size: 800px 600px;
  box-shadow: 5px 5px 10px 5px #333, -1px -1px 5px 1px inset #000;
  display: block;
  position: absolute;
  text-align: center;
}

.portrait {
  font: 100% Garamond, Georgia, serif;
  text-align: left;
  width: 300px;
  height:400px;
  margin: 1.5em auto 1.5em;
  padding: 8px;
  border: 1px solid #666;
  position: relative;
  float: left;
  background-color: #eee;
box-shadow: 1px 1px 5px 1px #aaa;
text-indent: 2em;
}