@charset "utf-8";
/* CSS Document */
body {
	background-color: #660000;
	background-image: url(../images/orang120.jpg);
}
.style1 {
	font-size: x-large;
	color: #00FFFF;
	font-weight: bolder;
}
.style2 {
	color: #FFFF00;
	font-size: large;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #00FF33;
}
a:active {
	color: #FFFFFF;
}
.style3 {font-size: x-large; color: #00FFFF; font-weight: bold; }
