﻿a:link {color: white;  text-decoration:none;}   /* unvisited link */
a:visited {color: white; }                      /* visited link */
a:hover {font-size:large;  color: red;  text-decoration:none;} /* mouse over link */
a:active  {color: #996633;  }                   /* selected link */

/* a:link, a:visited, a:active, a:hover {font-size:large; text-decoration:none;}
a:link, a:visited {color:white;}
a:active, a:hover {color: #A08300;} */
	
BODY {
	MARGIN: 0px; 
	BACKGROUND-COLOR: #666666;
	background-attachment: scroll;
	background-image: url(../images/tapiz_loving300-W.png);
	background-repeat: repeat;
	background-position: left top;
}


#headerSelectLanguage { 
	font-size: small; 
	text-decoration:none;
	color: #996633;
	border: 0px solid #FFFFFF;
	background-color: #dcb800;
}


.mainTable {                    /* for all pages */
	color: #777777;             /* normal text color #996633*/
	background-color: lightblue;  /* background, frame color #DCB800*/
	border: 0;
	margin: 0 auto;
    margin-top: 30px;
}
	/* margin: 0px auto;  align: center; */
	/* border-spacing: 5;  ellspacing */
	/* padding: 0;   cellpadding */	

.headerNavigation {
	text-align: right; 
	vertical-align: top; 
	font-weight: bold; 
	color: #A08300;
	font-size: large; 
}

.headerMenu {
	text-align: center; 
	vertical-align: bottom; 
	font-size: large; 
	color: #A08300; 
	font-weight: bold; 
}
.headerTitle {
    text-align: center; 
	vertical-align: middle; 
	color: red; 
	font-size: 40px;
	text-decoration:none;
}

.headerSubTitle {
	text-align: center; 
	vertical-align: middle; 
	color: green; 
	font-style: italic; 
	font-size: 28px;
	text-decoration:none;
}

.bodyText {
	text-align: center; 
	background-color: white; /*white*/
}

.julaText {
	text-align: left; 
	font-weight: bold; 
	background-color: red; 
	color: white;
	padding-left: 1cm;
	padding-top: 0.5cm;
}

    /* font-family: Arial, Helvetica, sans-serif; */
.footerMenu {
	text-align: center; 
	vertical-align: top; 
	font-size: small; 
	color: #A08300; 
	font-weight: bold; 
}

.footerCopyRight {
	text-align: center; 
	vertical-align: top; 
	color: lightbue; 
	font-size: normal;
}

.menuLeft {
	color:  #996633; /* #996633; */
	text-decoration:none;
}

a.menuLeft:link {color: #996633; }   /* unvisited link */
a.menuLeft:visited {color: #996633; }  /* visited link */
a.menuLeft:hover {font-size:large;  color: red;} /* mouse over link */
a.menuLeft:active  {color: green;  }   /* selected link */

/* a.menuLeft:link {color: red;}, a.menuLeft:visited {color: red;}
a.menuLeft:active, a.menuLeft:hover {color: green;} */




