#main a:link, #main a:visited {
	font-weight: bold;
	color: blue;
}

#main a:hover, #main a:active {
	font-weight: bold;
	color: magenta;
}

#main h2 {
	padding: 5px 0 0 5px;
	color: darkblue;
	font-size: 24px;
	font-weight: bold;
}

.link_info {
	padding: 5px 0 0 5px;
	font-size: 14px;
}

#link_pager_container {
	width: 470px;
	margin: 20px auto 0;
	border: 1px solid firebrick;
	border-collapse : collapse;
	background-color: linen;
	font-size: 14px;
	font-family: "Times";
}

#link_pager_container td {
	text-align: center;
	padding: 2px;
	border: 1px ridge silver;
}

.link_pager_title {
	background-color: coral;
	color: white;
	height: 30px;
}

.link_pager {
	color: red;
	font-size: 18px;
	font-weight: bold;
	word-spacing: 10px;
}

.link_pager a:link, .link_pager a:visited {
	font-size: 18px;
	text-decoration: none;
}

.link_pager a:hover, .link_pager a:active {
	font-size: 18px;
	text-decoration: none;
}

.link_applying_title {
	height: 20px;
	background-color: white;
}

.link_applying_pager {
	color: red;
	font-size: 16px;
	word-spacing: 10px;
	background-color: white;
}

.link_applying_pager a:link, .link_applying_pager a:visited {
	text-decoration: none;
}

.link_applying_pager a:hover, .link_applying_pager a:active {
	text-decoration: none;
}

#link_left {
	width: 300px;
	float: left;
	margin: 20px 0 0 10px;
}

#link_left ul, #link_right ul {
	font-size: 12px;
	list-style-type: none;
}

#link_left li, #link_right li {
	padding: 1px;
}

#link_right {
	width: 300px;
	float: right;
	margin: 20px 0 0 10px;
}

#link_left a:link, #link_right a:link, #link_left a:visited, #link_right a:visited {
	font-weight: normal;
	color: royalblue;
	line-height: 20px;
}

#link_left a:hover, #link_right a:hover, #link_left a:active, #link_right a:active {
	font-weight: normal;
	color: red;
	line-height: 20px;
}
