@charset "utf-8";
#bottom_nav {
	width: 650px;
	margin-left: 30px;
	height: 25px;
}
#page_name {
	height: 35px;
	width: 250px;
	margin-left: 5px;
}
#dealer_name {
	width: 500px;
	height: 70px;
	margin-left: 10px;
}
#logo {
	width: 85px;
	height: 60px;
	margin-left: 10px;
}
#sale_edit {
	width: 275px;
	height: 90px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
#mine {
	width: 800px;
	height: 600px;
}
body {
	background-color: #2B2A41;
}
.logo {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
.dealername {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}
.pagename {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
#content2 {
	width: 300px;
	height: 300px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	text-decoration: line-through;
}
a:active {
	text-decoration: blink;
}

