/*
jpwaag.com.css
(c)2002-2004 Jan Pieter Waagmeester 
questions and support[jpwaag@hotmail.com]
http://linkpage.jpwaag.com/
*/

BODY{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background:#F5F9FD;
	margin-left : 11%;
	margin-right : 11%;
}
TABLE.markupTable TD{
  vertical-align: top;
}
TBODY TD{
font-size : 10px;
}
.head{
  width: 100%;
  height: 15pt;
  text-align: center;
  vertical-align: middle;
  background-color : #FFD4B5;
  color : black;
  font-weight : bold;
  font-size : 14px;
}
.body{
  width: 100%;
  text-align: center;
  background-color : #FFEBDD;
  font-size : 12px;
  vertical-align : middle;
}
A.dark{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
A.dark:hover{
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
}
TBODY TD.small{
	color: #FFFFF;
	font-size: 10px;
	text-align: center;
}
TBODY TD.title{
	font-size : 30px;
	font-weight : bold;
	text-align : center;
}
A{
	color: #0000FF;
	text-decoration: none;
	font-size: 10px;
}
A:hover{
	color: #FF0000;
	text-decoration: none;
	font-size: 10px;
}
.grey{
  text-decoration: none;	
	color: #cdcdcd;	
	font-size: 10px;
}

/* 
* suggest.php:
*/
.suggestTitle{
	font-size : 30px;
	font-weight : bold;
	text-align : left;
}
TABLE.suggest TBODY TD{
	text-align: center;
	background-color : #FFFAF7;; 
	font-size: 12px;
	vertical-align: middle;
}
	
