a:link
{
	color: #A4A4A4;
        
}
a:visited
{
	color: #A4A4A4;
} 
a:hover 
{
	color: #A4A4A4;
        background-color: #303030;
        text-decoration: none;
    
}
a:active 
{
	color: #606060;
}

        
body
{
	font-family: Verdana, Garamond, Times New Roman, Times;
	background-color: rgb(51,102,204);
	color: rgb(0,0,0);
}
table
{
    
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #dadaff;
}
h2
{
	color: #505050; 
}
h3
{
	color: rgb(0,255,204); 
}
h4
{
	color: rgb(255,204,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}
td
{
        font-size:12px;
}

#title {
  height: 35px;
  margin: 10px;
  background-color: #333333;
  padding-left: 10px;
}
#content {
  width: auto;
  margin-left: 200px;
  margin-right: 10px;
  color: #000000;
  background-color: #272727;
}
#content2 { 
  width: auto;
  color: #000000;
  background-color: #272727;
}
#menu {
  position: absolute;
  border: black 1px solid;
  padding-top: 5px;
  top: 85px;
  left: 20px;
  width: 180px;
  height: 300px;
  color: #A4A4A4;
  background-color: #000000;
  font-size: 80%;
}
#menu_r {
  position: absolute;
  top: 95px;
  right: 10px;
  width: 160px;
  height: 300px;
  background-color: #ffcc00;
}

#thumbnails {
  border: black 1px dotted;
  padding: 5px;
  width: 220px;
  height: 200px;
  margin-left: 50px;
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  text-align:center;
  color: #505050;
  background-color: #333333;
  font-size: 80%;
}

#inner_text {
  border: black 1px dotted;
  padding: 5px;
  width: 220px;
  height: 200px;
  margin-left: 50px;
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  text-align:left;
  color: #A4A4A4;
  background-color: #333333;
}

#thumbnail {
  width:140px;
  height:140px;
  padding-top: 5px;
  color: #A4A4A4;
  background-color: #272727;
}

#album_heading{
    padding: 10px;
    font-size:22px;
    border-top: #000000 1px dotted;
    border-bottom: #000000 1px dotted;
    text-align:left;
    background-color: #272727;
    color: #dadaff;
}

#image {
  border: black 1px solid;
  padding-top: 5px;
  width: 870px;
  height: 870px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align:center;
  vertical-align:bottom;
  color: #272727;
  background-color: #272727;
}

#footer {
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #505050;
  font-size: 80%
  }

p.back {
  text-align: center;
}

