body{
font-family: arial, GENEVA, san-serif; 
font-size: 11pt;
color: #616161;

}

.lightgrey{
 color: #A1A1A1;
}

a:link{
color: #515151;
}
a:visited{
color: #616161;
//color: red;
}
a:hover{
color: blue;
}
a:active{
color: #818181;
}


.right{
text-align: right;
margin:30px;

}

.left{
text-align: left;
margin:30px;
}
.center{
	text-align: center;	
	margin-left:30px;
	margin-right:30px;
}


	
.photocredit{
	font-size: .8em;
}

.nobullets{
	list-style: none;
}

.title{
	font-size: 1.3em;
	color: #606060;
	font-family: arial, GENEVA, san-serif; 
	font-weight: normal;
	font-style: italic;
}
.titlestraight{
	font-size: 1.3em;
	color: #606060;
	font-family: arial, GENEVA, san-serif; 
	font-weight: normal;
}
.titlebolditalic{
		font-style: italic;
	font-weight: bold;
}
.magentatext{
	color: MAGENTA;
	
}
.pinktext{
	color: pink;
	
}
.silvertext{
	color: silver;
	
}
.purpletext{
	color: purple;
	
}
.bluetext{
	color: #07528c;
	
}

h1{
font-size: 1.2em;
color: #606060;
font-family: arial, GENEVA, san-serif; 
font-weight: normal;
}
