 
/********************************************
   HTML ELEMENTS
********************************************/ 

body
{

	text-align: center;
}


/* links */
a:link , a:visited
{	
color:blue; text-decoration: none;
}

a:hover
{
	color:red; text-decoration:none;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 875px;
	margin: 0 auto;
	text-align: left;
}

#TabButtons {
	HEIGHT: 18px;
}

#TabButtons div {
	/*border:1px solid red;*/
	font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;

	background-image:url('./cvitanic/line.gif');
	background-repeat:no-repeat;
	background-position:center top; 
	WIDTH: 100px; 
	text-align:center
}


