/* Style Sheet for Clandestyne site */
/* Last modification: 15.04.2004 */

p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
h1 {  font-family: Arial, Helvetica, sans-serif }
.cl8 {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
.cl10 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.cl12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt}
.cl14 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt}
.cl16 {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt}
.cl18 {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt}

/* New */

/**********************/
/* Body */

body, p, td
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Links  */

a
{
	color: #c00;
	text-decoration : underline;
}

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

a:active
{
	color: #cc3;
	text-decoration : underline;
}


/**********************/
/* Styled main_page_menu */

td.main_page_menu
{
	border:1px solid #606;
	background-color:#303;
	text-align: center;
}

/**********************/
/* Styled GREEN */

h1.green { font-size: 36pt; color: #3c0;  text-align: center;
	margin-bottom: 5px; }

a.green { color: #3c0; text-decoration : underline; font-size: 16pt; font-weight:bold; }
a.green:hover { color: #c00; text-decoration : underline; }
a.green:active { color: #c60; text-decoration : underline; }

/**********************/
/* Styled PURPLE */

h1.purple { color: #93f; font-size: 36pt; text-align: center;
	margin-bottom: 5px; }

a.purple { color: #93f; text-decoration : underline;  font-size: 16pt; font-weight:bold; }
a.purple:hover { color: #c00; text-decoration : underline; }
a.purple:active { color: #c60; text-decoration : underline; }

/**********************/
/* Styled ORANGE */

h1.orange { color: #f90; font-size: 36pt; text-align: center;
	margin-bottom: 5px; }

a.orange { color: #f90; text-decoration : underline;  font-size: 16pt; font-weight:bold; }
a.orange:hover { color: #c00; text-decoration : underline; }
a.orange:active { color: #c60; text-decoration : underline; }

/**********************/
/* Styled AQUA */

h1.aqua { color: #3cc; font-size: 36pt; text-align: center;
	margin-bottom: 5px; }

a.aqua { color: #3cc; text-decoration : underline;  font-size: 16pt; font-weight:bold; }
a.aqua:hover { color: #c00; text-decoration : underline; }
a.aqua:active { color: #c60; text-decoration : underline; }

/**********************/

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/**********************/

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 18pt }
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 16pt }
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 14pt }


/**********************/
/* Search */
.search
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border:1px solid #606;
	background-color:#303;
	text-align: center;
	margin-top: 5pt;
	margin-bottom: 5pt;
}

.search_advanced, .search_google
{
	border:1px solid #606;
	background-color:#303;
	padding: 5px;
}

.search_select
{
	background-color: #999;
}

.search_field
{
	color: #900;
	background-color: #999;
}


/**********************/
/** Items */

.item_block
{
	padding: 5px;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000;
	width: 550px;
	border:1px solid #666;
}

.item_head_block
{
	padding: 5px;
	margin: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000;
	border:1px solid #999;
}

.item_title
{
	color: #900;
	font-size: 14pt;
	font-weight:bold;
	padding-bottom: 5px;
}

.item_title_first
{
	color: #900;
	font-size: 24pt;
	font-weight:bold;
	padding-bottom: 5px;
}

.item_body
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

.item_return
{
	margin: 20px;
	margin-top:10px;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #000;
	font-weight: bold;
	width: 200px;
}

/**********************/
/* Webring style */

.webring_table
{
	padding: 5pt;
	margin-top: 10pt;
	margin-bottom: 20pt;
	border:1px solid #666;
	
}

.webring_cell
{
	background-color: #000;
	padding: 5;
	text-align: center;
	font-size: 12pt;
}

/**********************/


