body 	{text-align: center;
	font-family: sans-serif;
	font-size: 1.0em;
	;word-spacing: .05em;
	}
h1 	{color: black;font-size: 1.5em;font-weight: normal}

h2 	{color: black;font-size: 1.2em;font-weight: normal}

p 	{color: black;}

<style type="text/css">

.hresume
{
    width: 100%;
    padding: 10px;
}

.hresume abbr
{
    border: none;
}

.hresume address
{
    font-style: normal;
}

.hresume hr
{
    display: block;
}

.hresume .contact .fn
{
    font-weight: bold;
    font-size: 12pt;
}

.hresume h2
{
    font-size: 12pt;
    padding: 0 0 5px 0;
    margin: 0;
}

.hresume .education, .hresume .accreditation
{
    margin: 10px 0 10px 20px;
    padding: 1px;
}

.hresume .experience
{
    margin: 10px 0 30px 20px;
    padding: 1px;
}

.hresume .hresume .tags
{
    margin: 10px 0 20px 20px;
    padding: 1px;
}

.summary
{
text-align: centertext;
    margin: 0 10% 0 10%;
    padding: 1em;
}


.hresume .education .htitle, .hresume .experience .htitle
{
    float: left;
}

.hresume .htitle .include
{
    display: none;
}

.hresume .education .date_duration, .hresume .experience .date_duration
{
    float: right;
    font-size: smaller;
}

.hresume .education .summary
{
    margin: 0;
}



.hresume .tags ul li
{
    display: inline;
}
.title	{
    font-weight: bold;
	}

</style>

a 	{color: navy;}
	
a:link	
	{
		color		: blue;
	}


a:link.navigate img, 
a:visited.navigate img	
		{border	: none ;}


a:visited
 	{
		color		: purple;
	}

a:active 	
	{
		color		: red;
	}

a:hover
	{
		text-decoration	: none;
		color		: blue;
		background-color: yellow;
	}	