body, td, h1, p, input, textarea { 
	font-family: Verdana;
	font-size: 10pt;
	line-height: 130%;
}

body {
	background-color: #F8F8F8;
	text-align: center;
}

.all {
	border: 2px solid #c0c0c0;
	margin: auto;
	width: 90%;
	max-width: 700px;
	background-color: #ffffff;
	text-align: left;
}

p { 
	text-align: justify;
}

h1 {
	font-size: 20 pt;
}

hr { 
	margin: auto 5px auto 5px;
	height: 1px; 
	color: #A0A0A0; 
	width: 90%; 
	bottom: 20px;
}

a { 
	color: #000099; 
	margin: 0px;
}
a[href]:hover { 
	color: #AA0000;
}

li, ol { 
	padding-bottom: 3px;
	list-style-type: circle;
}

.error {
	color: red;
	text-align: center;
}

img, img a {
	border: 0px;
}


/******************/

div.content {
	padding: 15px;
}

div.menu {
	float: right;
	background-color: #F0F0F0;
	padding: 10px 10px 10px 10px;
}

pre {
	text-align: left;
	border: dotted 1pt #000099;
	padding: 5pt;
	width: 100%;
	overflow: auto;
}

div.footer {
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color: #F0F0F0;
}

li.sel {
	list-style-type: disc;
}

li h1 {
	font-size: 10 pt;
	font-weight: bold;
}


div.pagination {
	text-align: center;
}

div.copyright, div.copyright a {
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	text-variant: italic;
}


.bit {
	clear: left;
	border-top: 1px dotted #A0A0A0;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: solid #C0C0C0;
	border-width: 1px 0px 0px 1px;
}


#res {
	display: block;
	width: 100%;
	clear: both;
}

.res {
	float: left;
	display: block;
	width: 120px;
	height: 100px;
	padding: 10px 5px 0px 5px;
	margin: 5px;
	border: 1px solid #ffffff;
	border-width: 1px 0px 0px 1px;
	text-align: center;
}

.res:hover {
	border: 1px solid #c8c8c8;
	border-width: 0px 1px 1px 0px;
	background-color: #f8f8f8;
}

.res h1 {
	margin: 0px;
	font-size: 12px;
}

.res img {
	display: inline;
	max-width: 80px;
	max-height: 80px;
}

.pagination {
	display: block;
	text-align: center;
	width: 100%;
}
