@charset "utf-8";
/* CSS Document */

html, body {
background-attachment:fixed;
  
  font-family: "Comic Comic Sans MS, cursive", "Trebuchet MS", "Arial";
	font-size: 16px;
	font-weight: 700;
	color:#E0FFFF;
	background-color: #F00;
	background-image: url(images/bg7.jpg);
	background-repeat: repeat;
	background-position: fixed;
	background-position:center; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
	

.plink a:link {
	color: ##F0F8FF;
}
.plink a:visited {
	color: #FCF;
}
.plink a:hover {
	color: #F00;
}
.plink a:active {
	color: #0FF;
}



