/******************************/
/*        GLOBAL RESET        */
/******************************/
* {
	margin: 0px;
	padding: 0px;
}

/******************************/
/*       MAIN  SETTINGS       */
/******************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: smaller;
	line-height: 1.5;
	color: #FFF;
}

a:link,
a:visited {
	color: #FFF;
	text-decoration: underline;
	outline: none;
}

a:hover,
a:active {
	color: #F00;
	text-decoration: none;
	outline: none;
}

h2 {
	font-size: 125%;
	padding-bottom: 20px;
}

ul {
	padding-left: 15px;
	list-style: circle;
}

/******************************/
/*       OTHER SETTINGS       */
/******************************/

#gallery a img {
	display: block;
	height: 122px;
	width: 122px;
	float: left;
	border: none;
	outline: none;
}

.gallery_margin {
	margin-right: 12px;
	margin-bottom: 12px;
}

/******************************/
/*          CLASSES           */
/******************************/

.color_green {
	color: #a6ce39;
}