/* body properties */

body {
/* font-size: 1em;*/
   font-weight: normal;
   word-spacing: normal;
   letter-spacing: normal;
   text-transform: none;
   font-family:	tahoma, verdana, arial, helvetica, sans-serif;
   font-size-adjust: .4;
   color: #000000; /*TEXT color can be also given as rgb(xxx,xxx,xxx) */
   /*color: #E4E4E4;*/
   /*   color: rgb(209,209,91); /*TEXT color can be also given as rgb(xxx,xxx,xxx) */
   background: rgb(96,139,224); /* or #xxxxxx*/
   /* background: #000000; */
}

H1 { font-size: 18pt; font-weight: Bold; font-family: tahoma, verdana, arial, helvetica, sans-serif }


/*valign="top" style="border-collapse: collapse;"
border="1" bordercolor="#111111" cellpadding="3"
cellspacing="0" */

/* table properties */
table.texttable {
  background:#f0f0f0;
  border-color: #111111;
  border-style: solid;
  border-collapse: collapse;
  width:80%;
  border-width:1px;
  /*  font-size:	1em;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  font-family:	Verdana,sans-serif;
  font-size-adjust: .58;*/
}


table.menutable {
/*  background:#f0f0f0;
  border-color: #111111;
  border-style: solid;
  border-collapse: collapse;
  width:80%;
  border-width:1px;*/
}


/* links properties */
/* unvisited */

a:link	{ 
   text-decoration: none;
   font-weight:	bold;
   font-size: 1em; 
/*   color: rgb(185,204,241);*/
   color: rgb(255,255,255);
   background: rgb(96,139,224);
/*   background: #000000;*/
}	

/* visited*/
a:visited {
   text-decoration: none;
   font-weight:	bold;
   font-size: 1em; 
   color: rgb(255,255,255);
   background: rgb(96,139,224);
}	
/* when cliked */
a:active {
   text-decoration: none;
   font-weight:	bold;
   font-size: 1em; 
   color: rgb(255,255,255);
   background: rgb(96,139,224);
}	

/* when mouse is over link */
a:hover	{	
   text-decoration: none;
   font-style: bold;
   color: rgb(23,54,117);
   background: rgb(96,139,224);
}
