body {
	margin: 0px;
	background-color: #c0c0c0;
}
#wrapper {
	max-width: 550px;
	border: 1px outset #4b8df9;
	margin: 0px auto;
	background-color: #edeff4;
}
.bn {
    text-align: center;
    background-color: #4B8DF9;
}
.top {
	font-weight: bold;
	background-color: #b8d0f9;
}
h1 {
	font-size: medium;
	margin: 0px;
	background-color: #b8d0f9;
}
h2 {
	font-size: medium;
	background-image: url('vu.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #d8dfea;
	margin: 0px;
}
h3 {
	font-size: medium;
	background-image: url('vi.png');
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	margin: 0px;
}
h5 {
	margin: 3px;
	font-weight: normal;
	text-align: justify;
}
ul {
	margin: 0px;
	background-color: white;
}
li {
	font-size: medium;
	background-image: url('vi.png');
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	margin: 0px;
}
img {
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
a {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #bbbbbb;
    text-shadow: 0 0 5px #99ff66;
}
.al {
	text-align: center;
	font-weight: bold;
}