/* @group Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

img {
	display: block;
}

/* @end */


body {
background-color: #ccc;
color: #666;
}

html, body {
font-family: Arial, Helvetica, sans-serif;

}


.working td { border: 1px lime solid; }


.copyright {
font-size: 10px;
margin: 50px 0 0 0;
}


.download {
font-size: 10px;
padding: 20px 50px 20px 50px;
}


.contact {
font-size: 14px;
margin: 20px 0 0 120px;
line-height: 200%;
}

a:link, a:visited {
color: #333;
text-decoration: none;
}

a:hover, a:active {
color: #600;
text-decoration: none;
}


.resume {
display: block;
width: 500px;
position: relative;
color: #333;
}

.resume h2 {
font-size: 12px;
color: #333;
margin: 10px 0 0 0;
}

.resume h3
{
	font-size: 14px;
 font-weight: normal;
margin: 10px 0 0 0;
}

.resume p, .resume li {
font-size: 12px;
line-height: 150%;
margin: 4px 0 5px 15px;
}


.resume ul { list-style-type: disc; 
padding-left: 20px;}

.resume-contact {
display: block;
width: 200px;
float: right;
position: relative;
top: 20px;
left: 50px;
}


.resume-contact p
{
	font-size: 12px;
	margin: 0 0 10px 0;
}

.resume-contact h1 {
font-size: 12px;
	margin: 0 0 10px 0;
}


