
/* Gerenal */ 
body
	{
	font-family: Georgia, "Times New Roman", serif;
	color: black;
	background-color: white;
	}

h1,h2,h3,h4
	{
	font-family: "Trebuchet MS", Arial, sans-serif;		
	}

a, a:visited
	{
	color: black;
	text-decoration: underline;
	}

ul
	{
	list-style: square;	
	}

/* Layout */
#sidebar
	{
	display:none;	
	}

#footer
	{
	display:none;	
	}

#content_resume
	{
	line-height: 120%;
	}


/* Header */
#big
	{
	text-align: right;
	}

#big a, #big a:visited
	{
	text-decoration:none;	
	}
