/* CSS travel-pictures-gallery.com */
a  {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color:#999;
}
body {	   
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  color: #FFF;
	  font-size: 12px;
	  background-color: #0E0E0E;
}
h1  {font-size: 16px;
     color:#CCC;
}
.small  {font-size: 9px;
}
.red  {color:#F00;
}
.yellow  {color:#FF0;
}
.gray  {background-color: #333;
}
.gray-dark  {background-color: #303030;
}
.gray3  {background-color: #1E1E1E;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFF;
}