body {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	background:#fff;
}

select,
input {
   border: 2px solid #c00;
}

a {
	text-decoration: none;
	color: #777;
}

div#navigation a {
	text-decoration: underline;
	font-weight: bold;
}

a.black {
	color: #000;
}

div#srt a {
   color: #c00;
   font-weight: bold;
   text-decoration: underline;
} 

a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	outline: none;
}
a.selected {
	color: #000;
}
a.arrow-red, .arrow-red {
	color: #c00;
	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;
}

h2 {
	font-size: 30px;
	line-height: 1.2em;
	color:		#999;
}


.red {
	color: #c00;
	font-weight: bold;
}
.grey {
	color: #999;
}

p {
	padding-top: 8px;
}

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

.arrow-red span {
	cursor: pointer;
}