body
{
    background-color: white;
	font-family: verdana;	
}


h2
{
	font-size: x-small;
}

div#central
{
	margin-top: 100px;
}

input
{
	color: black;
	font-family: verdana;	
	font-weight: bold;
	font-size: 18px;
}

p#copyright
{
	font-size: smaller;
}

a 
{
	color: navy;
}

a:hover
{
	color: blue;
}

p#deviz
{
	color: navy;
	font-family: verdana;
	font-size: smaller;
	font-style: italic;
	margin-right: 15%;
	text-align: right;
}

img#search
{
	float: left;
	padding-right: 10px;
}

div.hint
{
	color: #667667;
	font-size: small;
	text-align: left;
}

div.hint li
{
	margin-bottom: 10px;
	list-style-type:none;
}

div.hint ul#marked li
{
	list-style-type: circle;


table#info
{
	vertical-align: top;
}
table#info td
{
	padding-right: 20px;
}
