@import url("../base.css");


a {text-decoration: underline;	}
a:link {color: #72BE1E;}
a:visited {color: #72BE1E;}
a:active {color: #72BE1E;}
a:hover {color: #FF9900;}


#prof {
	width: 480px;
	color: #666666;
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
	line-height:140%;
	border-bottom: 1px dotted #999999;
	margin:20px 10px 5px 10px;
	padding-bottom:5px;
	}


