a
{ 
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #AE00B0;
	text-decoration: underline;
	font-weight: normal;
}
a:link 
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #AE00B0;
	text-decoration: underline;
	font-weight: normal;
}
a:visited 
{ 
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #EF00F2;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #FD3BFF;
	text-decoration: underline;
	font-weight: bold;
}

.head
{
	font: 200% Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 800px;
	height: 263px;
	background: url("cocktail.jpg") bottom left no-repeat;
	background-color: #FFC0FF;
}

.result
{
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: normal;
}
 
text {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
}

.question, td {
	font: 90% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

tr
{
	background-color: #FEA9FF
}

tr.even
{
	background-color: #FEA9FF
}

tr.odd
{
	background: #FE81FF
}

td.tdeven
{
	background-color: #FEA9FF
}

td.tdodd
{
	background: url("line_end.jpg") no-repeat bottom left;
	background: #FE81FF
}

.evilsun {
	background: url("sun.png") no-repeat top right;
}

.footer {
	font: 90% Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: smaller;
	font-weight: normal;
	color: black;
}