/**************************************************
 * Author: Moreno "baro" Baricevic                *
 * Date:   01-12-2003                             *
 * Title:  man.css                                *
 *================================================*
 * Prev Modified: 01-12-2003                      *
 * Last Modified: 01-12-2003                      *
 **************************************************/

/*
**	<STYLE type="text/css">
**	<!--
**		A { font-size: 12px; color: blue; text-decoration: none; }
**		A:link { color: blue; text-decoration: none; }
**		.alle { font-size:10px; font-family:Arial,Helvetica,sans-serif; }
**	-->
**	</STYLE>
*/

/*
**	<link rel="stylesheet" type="text/css" href="man.css">
*/

/*
** manpages style sheet
*/

/************************************************************************
** pre
*/

pre {
	font-family: monospace;
	font-size: 12px;
	color: white;
	line-height: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/************************************************************************
** italic
*/

i {
	color: yellow;
	font-style: normal;
}

/************************************************************************
** bold
*/

b {
	color: white;
}

/************************************************************************
** link
*/

a {
	color: red;
	text-decoration: none;
}

/************************************************************************
** footer
*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C6A5C;
	line-height: 8px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/************************************************************************
** see also
*/

.man {
	color: cyan;
	text-decoration: underline;
}


/***********************  E N D   O F   F I L E  ************************/


