/* Style Sheet for my home page */
/* Author: Daniel Cutter */
/* Date:   26.12.2004 */
/* For new Site started: 9.2.2006 */
/* 22.2.2006 */


body, td, th, a, p {
  font-family: Helvetica, Arial, sans-sarif;
  font-size: 100.01%;
  color: black; background-color: white;
  text-align:justify;
}

h1, h2, h3{
  font-size:16pt;
  text-align:left;
}

.menu {
  background-color: #fffeb6;
  color: black; 
  font-weight: Bold;
}

.center {
  text-align:center;
}

/* menu with tables */
table.m {
  font-size:10pt;
  color:#000000;
  border-width:0px;
}

td.m {
  text-align:left;
  vertical-align:middle;
}

/* end of the page text */
.end {
  margin-top:10px;
  width:100%;
  font-size: 0.9em;
  clear: both;
  text-align:right;
}

/* Table for lists in general */
table.l {
  border-width:2px;
  border-style:solid;
  border-color:#000000;
  border-collapse:collapse;
  empty-cells:show;
}

th.l {
  text-align:left;
  vertical-align:top;
  background-color:#fffeb6;
  border:1px solid #000000;
}

td.l {
  text-align:left;
  vertical-align:top;
  border:1px solid #000000;
}

.flag {
  padding:0px;
  border:1px solid #000000;
  width:42px;
  height:21px;
}

td.flag {
  vertical-align:middle;
  padding:0px;
  width:42px;
  height:21px;
  /* background-color:#000000; */
}

/* Table for quizlist */
table.q {
  font-family:Arial, Sans-Sarif;
  font-size:10pt;
  color:#000000;
  border-width:2px;
  border-style:solid;
  border-color:#000000;
  border-collapse:collapse;
  empty-cells:show;
}

th.q {
  text-align:left;
  vertical-align:top;
  background-color:#fffeb6;
  border:1px solid #000000;
}

td.q {
  text-align:left;
  vertical-align:top;
  border:1px solid #000000;
}


a:link    { 
  color:#0000FF; 
  text-decoration:none; 
}
a:visited { 
  color:#CC00FF; 
  text-decoration:none; 
}
a:hover   { 
  color:#FF0000; 
  text-decoration:blink; 
}
a:active  { 
  color:#00CCFF; 
  text-decoration:none; 
}


