ul { 
   	list-style-type: circle; 
}

a.title {
	//color:#88CCAA;
//	text-decoration:underline;

}

a.grey {
    color:#E0E0E0;
}

a {
        text-decoration:none;
	color: #99CCAA;
//	color: #E0E0E0;
}

a:active {
}

a:hover {
	text-decoration: underline;
}

a:link {	
}

a:visited {
}

body {
	background-color: #505050;
	color: #EEDDCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	width: 90%;
}

.frame {
	border-color: #404040;
	border-width: 5px;
	border-style: solid;
}

div {
	margin: 15px 15px 15px 15px;
}

#dan {
	vertical-align: top;
	padding: 40 0 0 0;
}

#name {
	color: #DDDDDD;
	font-size: 230%;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 3px;
}

#address {
	text-align: right;
}

h1 {
	background-color:#404040;
	color: #DDDDDD;
	letter-spacing: 5px;
	font-size: 80%;
	padding: 2px;
	padding-left: 10px;
	text-transform: uppercase;
	width: inherit;
}

p.research_description {
        background-color:#404040;
	
}

h2 {
   	background-color:#666666;
	color: #DDDDDD;
	font-size: 90%;
	padding: 2px;
	text-indent: 10px;
}

h3 {
//   	background-color:#666666;
	color: #DDDDDD;
	font-size: 90%;
//	padding: 2px;
//	text-indent: 10px;
//	width: 100px;
//	float:left;
}
