<!-- 
   layout.css:
  
   First Author: Cotito (cotito@free.fr)
 
   History:
   -  Mon Sep    09 22:12:53 2002  : Cotito             : class creation, main functions done
   -  Tue March  25 11:35:20 2003  : Oliveira Michael   : some cleanups; added more functions
  
   Copyright (C) BlueEyedOS
 -->

body {
	background-color:#ffffff;
	scrollbar-face-color:#dbeefd; 
	scrollbar-highlight-color:#bde2fd; 
	scrollbar-3dlight-color:#9ec0d9; 
	scrollbar-darkshadow-color:#8c8c79; 
	scrollbar-shadow-color:#dbdbce; 
	scrollbar-arrow-color:#9ec0d9;
	scrollbar-track-color:#efebe7;
}

a {
	text-decoration: none;
}

a:link {
	color: #819dbe;
}

a:active {
	color: #415c7e;
}

a:visited {
	color: #50729a;
}

a:hover {
	background: #e3e9f0;
}

a.classic:link {
	color: #819dbe;
}

a.classic:active {
	color: #415c7e;
}

a.classic:visited {
	color: #50729a;
}

a.classic:hover {
	text-decoration: underline; color: black;
}

a.post:link {
	color: #ff9900;
}

a.post:active {
	color: #ff9900;
}

a.post:visited {
	color: #ff9900;
}

a.post:hover {
	text-decoration: underline; background: #f6f6f6; 
	color: #ff9900;
}

a.archive:link {
	color: #ff9900;
}

a.archive:active {
	color: #ff9900;
}

a.archive:visited {
	color: #ff9900;
}

a.archive:hover {
	background: #ffddaa; color: #ff9900;
}

a.opinion:hover {
	text-decoration: underline;
}

a.about:hover {
	text-decoration: underline; 
	color: white;
}

a.sidebar:hover {
}

.text {
	font-family: Verdana; 
	font-size: 8pt; 
	color: #333333; 
	line-height: 22px;
}

.enter {
	font-family: Andale Mono; 
	font-size: 16px; 
	color: black; 
	font-weight: bold; 
	letter-spacing: -.6;
}

.advice {
	font-family: Verdana; 
	font-size: 10px; 
	color: #aaaaaa;
}

.bottom {
	font-family: Verdana; 
	font-size: 10px; 
	color: silver; 
	margin-left: 33px;
}

.small {
	font-size: 7pt;
}

.hat {
	font-family: Verdana; 
	font-size: 13pt; 
	font-weight: bold; 
	color: #ff9900;
}

.opinion {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	line-height: 20px;
}

.relief {
	color: #d70000;
}

.remark {
	color: #777777;
}

.subTitle {
	font-family: Tahoma; 
	font-size: 14pt;
}

.dateHat {
	font-family: Verdana; 
	font-size: 8pt; 
	color: silver; 
	font-weight: bold;
}

.sectionTitle {
	font-size: 10pt; 
	color: #333333; 
	font-weight: bold;
}

.note {
	font-size: 7.5pt;
}

.list {
	margin-left: 25px; 
	margin-top: 5px;
}

.paraTitle {
	font-size: 10pt;
}

.ddot {
	font-family: Tahoma; 
	font-size: 10pt; 
	font-weight: bold;
}

.header {
	font-family: Tahoma; 
	font-size: 12pt; 
	letter-spacing: 2;
}

.foot {
	font-family: Verdana; 
	font-size: 10px; 
	letter-spacing: 2; 
	color: silver; 
	font-weight: bold;
}

.item {
	font-family: Verdana; 
	font-size: 10px;
}
-->
</style>