<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    This file is part of Seo Friendly Table of Contents.

    Seo Friendly Table of Contents is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Seo Friendly Table of Contents is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Seo Friendly Table of Contents.  If not, see &lt;http://www.gnu.org/licenses/&gt;.

 */

#toc{
 /*background-color: #f8f8ec;*/
 border: 1px solid #f0f0f0;
 width:650px;
 margin: 0;
}

#toc_title{
	font-weight:bold;
	text-align:center;
	font-size:110%;
}

#toc a{
	text-decoration: none;
	color:#0000FF;
}

#toc a:visited, #toc a:active{
	text-decoration: none;
	color:#800080;	
}

#toc a:hover{
	text-decoration: underline;
	color:#CC0000;
}

/*

/**
* Think about inherence.. 
*/
#toc ul{

}

#toc ul ul{

}

#toc ul ul ul{

}

#toc ul ul ul ul{

}

#toc ul li{

}

#toc ul ul li{

}

#toc ul ul ul li{

}

#toc ul ul ul ul li{

}</pre></body></html>