/* =============================================================================================
    stylesheet_main.css

    Rinzwind's homepages
   =============================================================================================

   ============================================================================================= */


BODY		{
		font-family:		"Tahoma", "Verdana", "Arial", serif;
		font-size:		10pt;
		color:			white;
/*		margin:                 0pt 0pt 0pt 0pt; */
		}

TD		{
		font-family:		"Tahoma", "Verdana", "Arial", serif;
		font-size:		10pt;
		color:			white;
		}
		
P		{ 
		font-family:		"Tahoma", "Verdana", "Arial", serif;
		font-size:		10pt;
		color:			white;
/*		margin:			2pt; */
		}

P.uitv		{ 
		font-family:		"Tahoma", "Verdana", "Arial", serif;
		font-size:		10pt;
		color:			white;
		text-align:		justify;
		}
		
P.titel		{
		font-family:		"Tahoma", "Verdana", "Arial", serif;
		font-size:		10pt;
		font-weight:		bold;
		color:			#0070FF;
		text-align:		justify;
		}
		
INPUT		{
		font-family:		"Courier", monospaced;
		font-size:		10pt;
		}
		
/* SELECT		{
		font-family:		"Courier", monospaced;
		font-size:		10pt;
		}		             */

A		{
		color:			#F0F000;
		text-decoration: 	none;
		}

A:visited	{
		color:			#F0F000;
		text-decoration: 	none;
		}

A:active	{
		color:			#F0F000;
		text-decoration: 	none;
		}

A:hover		{
		color:			#FF0000;
		text-decoration: 	none;
		}
		
.author		{
		color:			#FFFFFF;
		}
		
.abstract	{
		color:			#D0D0D0;
		}
		
		
