body {	
	background-color: #9C1F45;
	background-image: url(img/bkg.jpg);
	font-family: Monotype Corsiva, Bookmann Old Style, serif;
	font-weight: bold;	
	font-size: 16pt;	
	line-height: 2em;	
	color: #FFFFC1;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em
}
a {	
	color: #FFFFC1;	
	text-decoration: none
}
a:hover {	
	text-decoration: underline
}
.borderangletopleft { 	   
    width: 20px;
    height: 20px;
	background-image: url(img/border_angle_top_left.png);
	background-position: right; 
	background-repeat: no-repeat;
}
.borderangletopright { 	   
    width: 20px;
    height: 20px;
	background-image: url(img/border_angle_top_right.png);
	background-position: left; 
	background-repeat: no-repeat;
}
.borderanglebottomleft { 	   
    width: 20px;
    height: 20px;
	background-image: url(img/border_angle_bottom_left.png);
	background-position: right; 
	background-repeat: no-repeat;
}
.borderanglebottomright { 	   
    width: 20px;
    height: 20px;
	background-image: url(img/border_angle_bottom_right.png);
	background-position: left; 
	background-repeat: no-repeat;
}
.bordertop { 	   
    width: 40px;
    height: 20px;
	background-image: url(img/border_top.png);
	background-position: left; 
	background-repeat: repeat-x;
}
.borderbottom { 	   
    width: 40px;
    height: 20px;
	background-image: url(img/border_bottom.png);
	background-position: left; 
	background-repeat: repeat-x;
}
.borderleft { 	   
    width: 20px;
    height: 40px;
	background-image: url(img/border_left.png);
	background-position: right; 
	background-repeat: repeat-y;
}
.borderright { 	   
    width: 20px;
    height: 40px;
	background-image: url(img/border_right.png);
	background-position: left; 
	background-repeat: repeat-y;
}
.bordercenter { 	   
    width: 90px;
    height: 90px;
	background-image: url(img/border_center.png);
	background-position: left; 
}
.sword {
    width: 202px;
    height: 77px;
	background-image: url(img/sword.png);
	background-position: left; 
	background-repeat: repeat-y;
}
.sword2{
	text-align: center;
	background-image: url(img/sword.png);
	background-position: center; 
	background-repeat: repeat-y;
	}
.logo {
    width: 750px;
    height: 156px;
	background-image: url(img/logo_html.png);
	background-position: left; 
	background-repeat: no-repeat;
}