<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header_background{
	background-color: #000000;
	height: 30px;
	z-index: -1;
	position: absolute;
	width: 100%;
}
.main_title{
	font-weight: bold;
	font-size: 40px;
	font-family: 'Arial Black', Gadget, sans-serif;
	padding-left: 20px;
}
#header_placement{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 130px;
}
#content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#navigation_div{	padding: 10px;	}
#navigation_div a:link, #navigation_div a:visited{	color: blue;	}
#navigation_div a:hover{	color: red;	}
#abstract_div{	padding: 10px;	}
#hr_line_div{	padding: 15px 10px 15px 10px;	}
.hr_line_top{	
	width: 100%; 
	border: 0; 
	color: #B2B2B2; 
	background-color: #B2B2B2; 
	height: 5px;
}
.hr_line_btop{	
	width: 100%; 
	border: 0; 
	color: #B2B2B2; 
	background-color: #B2B2B2; 
	height: 2px;
	margin-top: -2px;
}
.hr_line_bottom{	
	width: 100%; 
	border: 0; 
	color: #B2B2B2; 
	background-color: #B2B2B2; 
	height: 5px;
	margin-top: -2px;
}
.hr_line_tbottom{	
	width: 100%; 
	border: 0; 
	color: #B2B2B2; 
	background-color: #B2B2B2; 
	height: 2px;
}
#mag_img_div{	padding: 0px 10px 0px 10px; width: 980px;	}
#option_div{	padding: 10px; border: 1px solid #E8E8E8;	}
#option_div a, #option_div a:visited{color:#0000ff;}
#option_div a:hover{color:#ff0000;}
#option_div h2{	color: #FF9955; font-size: 20px; font-weight: bold;	}
#option_div .title{	font-size: 15px; font-weight: bold;	}
#option_div .mag_title{	
	font-size: 13px; 
	font-weight: bold;
	float: left;
	width: 250px;
}
#option_div .price_txt{	
	font-size: 20px; 
	font-weight: bold;
	color: red;
}
#option_div .sub_total{	font-size: 20px; font-weight: bold;	}
.css_btn{	
	padding: 5px 10px 5px 10px;
	border: 1px solid #CAE1FF;
	background-color: #003F87;
	font-weight: bold;
	font-size: 13px;
	font-family:'Arial Black', Gadget, sans-serif;
	color: #ffffff;
	cursor: pointer;
	text-align: center; 
}
#summarize_div{	width: 700px; margin-right: auto; margin-left: auto; border: 1px solid red;	}
#cart_tbl th{	
	border-top: 1px #00B2EE solid; 
	border-bottom: 1px #00B2EE solid; 
	background-color: #E6E8FA;	
	height: 40px;
	font-size: 14px;
}
#cart_tbl td{	border-bottom: 1px #00B2EE solid; padding-top: 10px; padding-bottom: 20px;	}
#footer_subs{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333; 
	padding: 10px;
}
.footer_table{	color: #ffffff;	}
.footer_table a:link{	text-decoration: none; font-weight: bold; color: #ffffff;	}
.footer_table a:visited{	text-decoration: none; font-weight: bold; color: #ffffff;	}
.footer_table a:hover{	text-decoration: none; font-weight: bold; color: #ffffff;	}
#welcome_pack{	padding: 10px; margin-left: 25px;	}
#welcome_pack li{	padding-bottom: 5px;	}
#extra_wp{	padding: 20px; border: 1px solid #F5623D; margin-top: 10px;	}</pre></body></html>