/* Style sheet for L'Arte */
/* Rev 5/13/04 */

body
{
    background: #ffffff;
	margin: 12px;
}
h1
{
    font-family: 'Arial Black';
	font-size: 22px;
	font-weight: 800;
	color: #000000;
}
/* h2 is resume/cv pg headers */
h2, .h2
{
    font-family: 'Arial Black';
	font-size: 20px;
	color: #000000;
}
/* h3 is for section titles on resume/cv and page headers for other pages*/
h3, .h3
{
    font-family: 'Arial Bold';
	font-size: 18px;
	color: #000000;
}
/* h4 is for sub-section titles */
/* on cv.html, it is used on sections & sub-sections */
h4, .h4
{
    font-family: 'Arial Bold';
	font-size: 15px;
	font-weight: 800; 
	color: #000000;
}
h5, .h5
{
    font-family: Arial;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
}

p
{ 
	font-family: Arial;
	font-size: 12px; 
	color: #000000; 
	line-height: 16px;
}

td
{ 
	font-family: Arial;
	font-size: 12px; 
	color: #000000; 
}

a:link
{
    color: ;
}
a:visited
{
    color: ;
}
a:hover
{
    color: ;
}

a.leftnav		
{ 
	font-size: 10px;
	color: #000000; 
	text-decoration: none; 
}
a.leftnav:visited
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.leftnav:hover	
{ 
	font-size: 10px;
	color: #000000; 
	text-decoration: underline; 
}

hr
{
	color: #000000;
	padding: 0px;
}

.center
{
	text-align: center;
}
