/*
lpm-default.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-color: #ffffcc;	
	margin-left : 11%;
	margin-right : 11%;
}
TABLE.markupTable TD{
  vertical-align: top;
}
TABLE THEAD TD{
	text-align: center;	
	background-color : #000099;	
	color : White;	
	font-weight : bold;
  font-size : 14px;
}
TBODY TD{
font-size : 10px;
}

TABLE.linkTable TBODY{
	text-align: center;
	background-color : #6495ED; 
	font-size : 10px;
	vertical-align : middle;
}
TBODY TD.small{
	color: #FFFFF;
	font-size: 10px;
	text-align: center;
}
TBODY TD.title{
	font-size : 30px;
	font-weight : bold;
	text-align : center;
}
TABLE.linkTable TBODY A{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
TABLE.linkTable TBODY A:hover{
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
}
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: #6495ED; 
	font-size: 12px;
	vertical-align: middle;
}