@charset "utf-8";
h2{
    border-bottom: 3px solid #4B0082;
}
h2:before{
    background: #9370DB;
}
 
h2:after{
    background:#8A2BE2;
}
table{
	border:2px solid #E6E6FA;
}
table th , table td{
	border:1px solid #E6E6FA;
}
table th{
	background:#F8F0FF;
}