/* theme
 * lb-css.css
 *
 */



a:link{
	text-decoration : none;
	color: #000000;	
}

a:visited{
	text-decoration : none;
	color: #800000;	
}

a:hover{
	text-decoration :  underline overline;
	color: #000000;
}

a:active{
	text-decoration : none;
	color: #e6bfa0;
}

body{
background-color : transparent;
font-family : "Trebuchet MS", Veranda, "Comic Sans MS", sans-serif; color : #800000;
font-size : x-small; 
scrollbar-face-color:#f3e5d6;
scrollbar-arrow-color:#9E6D54;
scrollbar-track-color:#f3e5d6;
scrollbar-shadow-color:#E6D7C1;
scrollbar-highlight-color:#fdf5ee;
scrollbar-3dlight-color:#E6D7C1;
scrollbar-darkshadow-Color:#9E6D54;
}

td{
font-size : x-small; color : #800000;
}

p{
font-size : x-small; color : #800000;
}