@charset "utf-8";

img {
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EADFFD;
}
.textbg {
	background-color: #FF9;
}

.boadertable {
	border: 3px dashed #90F;
}
.bgfootter {
	background-image: url(../images/footter.gif);
	background-repeat: repeat-x;
}
.bgpattern {
	background-image: url(../images/hiphop_silhouettes_148771.jpg);
	background-repeat: repeat;
}
.bgcolor {
	background-color: #6F6;
}

a:link {
	color: #00FFFF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FF00FF;
}
