/* Nepto.SK Level 1 stylesheet */

a,
a:link,
a:visited
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #ffffff;
	font-size: 100%;
	text-decoration: none;
}

a:hover
{
	color: #00ff00;
	text-decoration: none;
}

td
{ 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #ffffff;
	font-size: 80%;
	border: 0px;
}

/* CV classes */

td.cv-top,
div.cv-top
{
	font-size: 75%;
}

td.cv-name
{
	font-weight: bold;
	font-size: 170%
}

hr.cv-name
{
	height: 1px;
	padding: 0;
	color: #ffffff;
}

td.cv-left
{
	font-size: 80%;
	font-weight: bold;
}

td.cv-key
{
	font-size: 75%;
	font-style: italic;
}

td.cv-value
{
	font-size: 75%;
	font-style: normal;
}

.cv-italic
{
	font-style: italic;
}


