/* Nepto.SK Contact page stylesheet */

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

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

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

td.thanks-subject
{
	font-size: 105%;
	font-weight: bold;
}

td.thanks-description
{
	font-style: italic;
}

td.thanks-icon
{
	vertical-align: top;
}

pre
{
	color: #ffffff;
	text-align: left;
	margin: 1em 2em;		/* top, bottom and left, right. */
	padding: 0.5em 1em;
	border-left: #00cc00 solid 4px;
	font-family: Courier New, Courier; 
	font-size: x-small;
	font-weight: bolder;
}

