/* default CSS style sheet for V-E-T-S web site */
/*          Copyright (C) 2002 V-E-T-S          */

body         {	color: rgb(0,0,0);
					background: rgb(255,255,255);
					background-image: url('gradient.gif');
					background-repeat: repeat-y; 
					font-family: san-serif;		}
					
a:link				{	color: rgb(0,0,255);		}
a:visited			{	color: rgb(0,0,255);		}
a:active			{	color: rgb(255,0,0);		}
ul					{	list-style-image: url('bullet_blue.gif');		}

.sidemenu				{	color: rgb(255,255,255);
							margin-left: 1em;				}
.sidemenu a:link		{	color: rgb(0,255,255);		}
.sidemenu a:visited	{	color: rgb(0,255,255);		}
.sidemenu a:active	{	color: rgb(255,0,0);			}

