

body{
	font-family: sans-serif;
}
body {background-color: rgb(240, 240, 240)}

h1{
	font-family: Helvetica;}
h2{
	font-family: Helvetica;}  
h1{color: rgb(80,0,80);}
h1{background-color: rgb(220,220,220);}
h2{color: rgb(150,0,70);}
h3{color: rgb(80,80,50);}
h4 {color: rgb(75,75,75)}
p {font-size: 100%}
p {color: rgb(75,75,75);}


a:link {color: rgb(150,0,0);}     /* unvisited link */
a:visited {color: rgb(102,0,102);}  /* visited link */
a:hover {color: rgb(200,200,255);}   /* mouse over link */
a:active {color: rgb(102,0,102}   /* selected link */
.home_section{
	border: 1px rgb(0,0,200);
	
}

#biography{
	color: rgb(255,0,0);
}
#works{
	color: rgb(0,0,255);
}
#links{	
}
table.one
{
table-layout: fixed
}
    
  