@charset "utf-8";
/* CSS Document */


body {
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
}
a {
	text-decoration: none;
	color: #999;
}
a.black {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	outline: none;
}
a.selected {
	color: #000;
}
a.arrow-red, .arrow-red {
	color: #F00;
	font-size: 1.4em;
	padding-right: 5px;
	line-height: .6em;
}


a.arrow-grey, .arrow-grey {
	color: #999;
	font-size: 1.4em;
	padding-right: 5px;
	line-height:0.6em;
}
h1 {
	font-size: 42px;
	line-height: 1.2em;
}

.red {
	color: #F00;
}
.grey {
	color: #999;
}

p {
	padding-top: 8px;
}

div#projects-image ul li {
	list-style-type: none;
}

.arrow-red span {
	cursor: pointer;
}
