input {
	font-size: small;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	border-color: silver;
	background-color: #0066cc;
	font-size: 18px;
}

a:hover  {
	color : Olive;
	text-decoration : underline+overline;
	background-color : Black;
}

p  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 18px;
	font-weight : normal;
}

a:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : gray;
	text-decoration : none;
}

.linkex  {
	color : gray;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.linkin  {
	font-family : Arial, Helvetica, sans-serif;
	color : gray;
	text-decoration : none;
}

a:active, a:focus {
		font-family : Arial, Helvetica, sans-serif;
	color : gray;
	text-decoration : none;
}


a:link  {
	font-family : Arial, Helvetica, sans-serif;
	color : gray;
	text-decoration : none;
}

table, td {
	font-size: small;
}

