/* CSS Document */
body { 
	margin: 0;
	padding: 0;
  background-color: #e2e443;
  background-image: url(images/bg_main.gif);
  background-repeat: repeat-x; 
}

a:link.type1 { color: #000000; text-decoration: underline; } 
a:visited.type1 { color: #000000; text-decoration: underline; } 
a:hover.type1 { color: #FF0000; text-decoration: underline; } 
a:active.type1 { cilor: #FF0000; text-decoration: underline; }

.star1{
  background: url(images/bg_star.gif) repeat-y top left;
}
.star2{
  background: url(images/bg_star.gif) repeat-y top right;
}
