BODY {
	background-color : silver;
	font-family : Tahoma, Verdana;
	font-size : small;
	margin-top : 0;
	margin-left : 0;
}
TABLE {
	font-size : x-small;
	color : white;
}

A {
	text-decoration : none;
	color : #CBCBCB;
}

A:HOVER {
	text-decoration : underline;
}

A.section_name {
	COLOR: #696969;
	text-decoration : none;
	text-align: center;
	width: 100%;
	font-weight : bold;
}
A.section_name:hover {
	COLOR: White;
	background-color : #696969;
	text-decoration : none;
	WIDTH: 100%
}

.section_table {
	background : #DCDCDC;
	text-align: center;
	
}

.section_table_header {
	background : black;
	color : white;
	font-weight : bold;
	text-align: center;
}

.photo_name {
	
	color : white;
	font-weight : bold;
	text-align: center;
}

.photo_description {
	color : white;
	font-size : smaller;
	text-align: center;
}

.photo_section_name {
	background : #696969;
	color : #e0e0e0;
	font-weight : bold;
	font-size : larger;
	text-align: center;
    
	
}

.photo_table {
  background : #A9A9A9;
 text-align: center;
 border-bottom : 1px outset #e0e0e0;
 border-top : 1px inset #e0e0e0;
 border-left : 1px inset #e0e0e0;
 border-right : 1px outset #e0e0e0;
}

