/* CSS Document */
/* Use for Tộc Nguyễn Đình webpage */
/* Background */
body {
	background-color:#E0FFFF;
	font-family: Verdana;
	font-size:12px;
	text-align:justify;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width:800px;
	}
#background1 {background-image:url(../image/background/nengiapha5.jpg);
background-repeat:repeat-y;
background-position:top;
background-attachment:scroll;
}
#background2 {background-image:url(../image/background/background1.jpg);
background-repeat:repeat;
background-position:top;
background-attachment:scroll;
}
#background3 {background-image:url(../image/background/nen2.jpg);
background-repeat:repeat;
background-position:top;
background-attachment:scroll;
}
#background4 {background-color:#00FF00;
background-position:top;
background-attachment:scroll;
}

/* Tiêu đề */
.h1 {font-family:"Times New Roman", Verdana; font-size:36px; font-weight:bold; font-style:normal; font-weight:100; color:#00FF00;
}
.h2 {font-family:"Times New Roman", Verdana; font-size:24px; font-weight:bold;  font-style:normal; color:#000033;
}
/* Font chữ */
.style-n {font-family:Verdana, Courier, Tahoma, "Times New Roman", Arial; font-size:14px; font-weight:bold; color:#000099;
}
.style-nn {font-family:Verdana, Courier, Tahoma, "Times New Roman", Arial; font-size:14px; font-weight:bold; color:#FFFF00;
}
.style-nnn {font-family:Verdana, Courier, Tahoma, "Times New Roman", Arial; font-size:13px; color:#FFFFFF;
}
.style-s {font-family:Verdana, Courier, Tahoma, "Times New Roman", Arial; font-size:10px;
}
.style-x {font-family:Verdana, Courier, Tahoma, "Times New Roman", Arial; font-size:14px;
}
.style-xx {font-family:Verdana, Courier, Tahoma, "Times New Roman", Arial; font-size:16px; font-weight:bold; font-style:italic; color:#000066;
}
.style-xxx {font-family:Verdana, Courier, Tahoma, "Times New Roman", Arial; font-size:18px; font-weight:bold
}
/*Shadow Font*/
#css-shadow {
  margin:auto;
  padding: 0;
  position: relative; /* Dùng để định vị chữ */
  width: 300px;
  height: 50px;
}
#css-shadow h1.font {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #CC0000;
}
#css-shadow h1.shadow {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  color: #C0C0C0;
}

/* Select */
select{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	}
/* Form */
form {font-family:Verdana, Courier, Tahoma; font-size:12px;
}

/* Link */
a:link {
	text-transform:none;
	color:#000099;
	text-decoration: none;
}
a:visited {color:#000099; text-decoration:none}
a:active {color:#000099; text-decoration:none}
a:hover {
text-transform:none; color:#CC0099; text-decoration:none
}
#globalNav a{color:#FFFF00}
