
body {background-color: white} 
h2.greeting {font-size: 50pt ; font-family:arial}

ul.links {font-size: 20; font-family:arial; font-weight:bold; margin-left: 350px}


.class1 A:link {text-decoration: underline; color:black}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {color: #9900CC}



.profwork img {
float:left;
	border:1px solid black;
		margin:0px 10px 15px 20px;

}


.profwork p { 
font-family: arial;
font-size: 11px ;
width: 180px;
float:left;
}

.profwork A:link {text-decoration: underline; color:#9900CC}
.profwork A:visited {text-decoration: none}
.profwork A:active {text-decoration: none}
.profwork A:hover {color: #9900CC}

.profwork2 p {
font-family: arial;
font-size: 11px ;
width: 600px;
float:left;

}

#container {
	width: 790px;
	margin: 0px auto;
	background-color: white;
	}
 
#top {
	padding: .5em;
	background-color: white;
	}
 
#top h1{
padding: 0;
margin: 0;
font-family: arial;
font-size:20px;
}

 
 #links ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
font-size: 10px; 
font-family: arial; 
}

#links ul li { display: inline; }
#links ul li a { 
	padding: .2em 1em;
	text-decoration: underline;
	color: black; 
	background-color: white;
}

#links ul li a:hover {
	color: #9900CC;
	background-color: white;
	}
	
	
#content {
margin-left: 10px;
border-left: none;
padding: .3em;
max-width: 41em;
font-family: arial;
font-size:13px;
}

#content  a { 
	text-decoration: underline;
	color: #9900CC; 
	background-color: white;
}

#content a:hover {
	color: #9900CC;
	background-color: white;
}
	
#footer {
clear: both;
margin: 0;
color: black;
background-color: white;
}