body{
font-family: Lucida Sans Unicode, Lucida Grande, san-serif; 
font-size: 10pt;
color: #444444;
background-color: DDDDEE;
padding-top: 20px;
padding-bottom: 20px;

}

#main{

	background-color: white;
	margin-left: 100px;
	margin-right: 100px;
//	margin-top: 20px; 
	padding-top: 1px;
	padding-bottom: 1px;
}


.lightgrey{
 color: #A1A1A1;
}

a:link{
color: #0099EE;
text-decoration: none;
}
a:visited{
color: #717171;
text-decoration: none;
//color: red;
}
a:hover{
color: #CC0088;
text-decoration: none;
}
a:active{
color: #818181;
text-decoration: none;
}


.right{
    position:relative;
	text-align: right;
	margin: 40px;
}

.left{
	position:relative;
	text-align: left;
	margin:40px;
}

.center{
	position:relative;
	text-align: center;	
	margin:40px;
//	margin-left:30px;
//	margin-right:30px;
}


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

.nobullets{
	list-style: none;
}

.title{
	font-size: 1.3em;
	color: #606060;
	font-family: Lucida Sans Unicode, Lucida Grande, san-serif; 
	font-weight: normal;
	font-style: italic;
}

.titlestraight{
	font-size: 1.3em;
	color: #606060;
	font-family: Lucida Sans Unicode, Lucida Grande, 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: Lucida Sans Unicode, Lucida Grande, san-serif; 
font-weight: normal;
}

