/* CSS Document */






.contentTxt

 {
	color:#B2B2B2;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	margin-right: 20px;
	margin-left: 20px;

 }  

 

.photoGallery

 { 

  margin-top:0px; 

  width:370px;

  height:231px;

  background-color:#e8e3e0;

 }  

 

 .class03 a:link 

 {

 color:#97D9FD;

  text-decoration: none;

  font-size:12px;

  /*font-weight:bold;*/

  }

 

.class03 a:visited 

 {

  text-decoration: none;

  color:#97D9FD;

  font-size:12px;

  /*font-weight:bold;*/

 

 }



.class03 a:hover 

 {

  text-decoration: underline;

  color:#97D9FD;

  font-size:12px;

 /* font-weight:bold;*/

 }



.class03 a:active 

 {

  text-decoration: none;

  color:#97D9FD;

  font-size:12px;

  /*font-weight:bold;*/

 }  

 
