a:link		{color: #808000}
a:visited	{color: #000080}
a:hover 	{
	color		: #00ff00;
	position	: relative;
	top			: 1px;
	left		: 2px;
}

body {
	background-image		: url("img/bg.gif");
	background-attachment	: fixed;
}

.box1 {
	width				: 600px;
	padding 			: 20px;
	margin				: auto;
	border-top			: double #66cc66;
	border-bottom		: double #66cc66;
	background-image	: url("img/bg2.gif");
	text-align			: center;
}

.box2 {
	width				: 60%;
	margin				: auto;
	padding 			: 20px;
	border-top			: double #66cc66;
	border-bottom		: double #66cc66;
	background-image	: url("img/bg2.gif");
}

.box3 {
	width				: 90%;
	background-image	: url(img/bg2.gif);
	padding 			: 20px;
	margin				: auto;
	text-align			: left;
	border-top			: double #000000;
	border-bottom		: double #000000;
}

.list {
	list-style	: url("img/pt.gif") outside;
	text-align	: left;
}

.center {text-align : center;}

.right {
	text-align	: right;
}

.left {
	text-align	: left;
}
.font1 {
	color		: #ff99ff;
	font-size	: xx-large;
}

.font2 {
	color		: #0000ff;
	font-size	: large;
	font-weight : bold;
}

.font3 {
	color		: red;
	font-weight : bold;
}

.font4 {
	font-size	: medium;
}

.font5 {
	font-weight : bold;
	font-size	: large;
}

.font6 {
	font-size	: xx-large;
	text-align	: center;
}

.font7 {
	font-size	: large;
}

.font8 {
	color	: pink;
}

.font9 {
	font-size	: x-small;
	color		: #808080;
}

.font10 {
	font-size	: x-small;
}

.copyright {
	font-family 		: "serif","MS ƒSƒVƒbƒN","MS UI Chothic";
	border-top-style	: double;
	border-bottom-style : double;
	border-color		: #ff99ff;
	text-align			: center;
	font-size			: 15px;
}
