/* Gv4l.sf.net stylesheets file */

body 		{
/* 		background-image: url(../images/water.png);
		background-attachment: fixed;
		background-repeat: repeat-x;
		background-width: 100;
*/		background-color: white;
		color: black;
		font-family: Arial;
		}

a.but:link		{
		color: #034a8c;
		text-decoration: none;
		font-weight: bold;
		font-family: Arial;
		}

a.but_a:link, a.but_a:hover, a.but_a:active
		{
		color: #034a8c;
		text-decoration: none;
		background: #e9f5f9;
		font-weight: bold;
		font-family: Arial;
		}
a.but:visited	{
		color: #034a8c;
		text-decoration: none;
		font-weight: bold;
		font-family: Arial;
		}
a.but_a:visited	{
		color: #034a8c;
		text-decoration: none;
		background: #e9f5f9;
		font-weight: bold;
		font-family: Arial;
		}
a.but:hover	{
		color: #034a8c;
		text-decoration: none;
		background: #c7d5d9;
		font-weight: bold;
		/*font-style: italic;*/
		}
a.but:active	{
		color: #306b54;
		text-decoration: none;
		background: #d5e1e5;
		font-weight: bold;
		font-family: Arial;
		}
table.page	{
		margin-left: 5px;
/*		margin-right: 10px;*/
		margin-top: 10px;
		}
td.tit		{
		color: #074982;
		background: #b1d0d8;
		font-weight: bold;
		font-style: italic;
		}
td.con		{
		background: #eff7f5;
		}
