﻿body {
    background-image: url("Image1.jpg");
}

H1 {
font-family: Diploma, times, serif;
font-weight: bold;
color: #FF0000;
text-align: center;
}
H2 {
font-family: garamond, times, serif;
font-size: 18pt;
font-weight: bold;
color: #FF8C00;
text-align: center;
margin-bottom: 50px;
}
H3 {
font-family: PetersburgCTT, times, serif;
font-style: italic;
font-size: 16pt;
font-weight: bold;
color: #006400;
}
H4 {
font-family: Times New Roman, times, serif;
font-size: 14pt;
font-weight: bold;
color: #000000;
}
P {
font-family: Times New Roman, times, serif;
font-size: 14pt;
color: #000000;
}
ul#trangchuvamucluc {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
	font-family: Times New Roman, times, serif;
	font-size: 14pt;
}
ul#trangchuvamucluc li {
	text-align: center;
	width: 275px;
    float: left;
	padding-right: 2px;
}
ul#trangchuvamucluc a:link, a:visited {
	text-decoration: none;
	display: block;
	width: 275px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	color: #000;
	border: 1px solid #008000;
	border-radius: 25px;
	text-transform: uppercase;	
}
ul#trangchuvamucluc li:hover a:hover, a:active {
	background-color: #008000;
	color: #fff;
}
ul#doan {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: Times New Roman, times, serif;
	font-size: 14pt;
}
ul#doan li {
	text-align: center;
	width: 75px;
	float: left;
	padding-right: 2px;	
}
ul#doan a:link, a:visited {
	text-decoration: none;
	display: block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	background-color: #fff;
	color: #000;
	border: 1px solid #008000;
}
ul#doan li:hover a:hover, a:active {
	background-color: #008000;
	color: #fff;
}	
ul#doan:after {
	display:block; 
	content:""; 
	clear:both;
}













