﻿	.mainwdiv dl {
		margin-left: 20px;
		margin-top: 20px;
	}
	
	.mainwdiv dl dt,
	.mainwdiv dl dd,
	.mainwdiv dl a {
		display: inline-block;
		padding: 5px 20px;
		font-size: 15px;
	}
	
	.mainwdiv dl a {
		border: 1px solid rgb(231, 231, 231);
		line-height: 26px;
	}
	
	.mainwdiv dt a,
	.mainwdiv dl a:hover {
		color: white;
		background-color: rgb(231, 97, 16);
		border-color: rgb(231, 97, 16);
		text-decoration: none;
	}