@charset "utf-8";
/* CSS Document */

.main {
	font-family: Times New Roman;
	color: white;	
}

.backgroundL {
	background-image: url("path-to-stripe lbtr.png");
	background-repeat: repeat-x,y;
}
.backgroundR {
	background-image: url("path-to-stripe.png");
	background-repeat: repeat-x,y;
}
.body {background-color:#000000
}

.main {
	font-family: Times New Roman;
	color: white;
	font-size:12px;	
}

A:link {text-decoration: none; color: #009900}
A:visited {text-decoration: none; color: #009900}
A:active {text-decoration: none; color: #666666}
A:hover {font-size:12; font-weight:bold; }


