body {
    color: black;
    background-color: #90EE90;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

a:link {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}
	
a:hover {
    color: white;
    background-color: red;
    text-decoration: underline;
}

blockquote {
	padding: 2px;
	border-left: 5px solid black;
    background-color: #ccffcc;
}

a img {
    border: none;
}

#main table {
	margin-left: 20px;
	margin-top: 10px;
	border: 1px gray solid;
}

td, th {
	border: 1px solid;
    margin: 1px;
    padding: 1px;
	font-size: 12px;
}

/* header */
#header {
	border-bottom: black 2pt solid;
}

#header h1 {
	font-size: 20px;
}

/* main */
#main {
	float: left;
	width: 75%;
}

#main h3 {
	font-size: 15px;
	background-color:white;
	padding-left: 10px;
	border-bottom: black 2px solid;
}

#main h4 {
	font-size: 15px;
	margin-left: 5px;
	padding-left: 5px;
	border-left: black 5px solid;
	border-bottom: black 1px solid;
}

#main h5 {
	font-size: 14px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: black 3px solid;
}

p {
	margin-left: 10px;
}

#detail {
	text-align: right;
	border-bottom: black 1pt solid;
}

.cat {
    text-align: right;
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

.body {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

.body img {
	border: gray 5px solid;
	width: 400px;
}

#paging{
text-align: right;
	border-top: black 1px dotted;
	font-weight: bold;
	font-size: 12px;
	margin-top: 15px;
}

/* sidemenu */
#sidemenu {
	float: right;
	width: 24%;
	border-bottom: black 1px solid;
}

#sidemenu h3 {
	font-size: 12px;
	border-top: black 1px solid;
	text-align: right;
	font-style: oblique;
}

td, th {
	border: 1px solid;
    margin: 1px;
    padding: 1px;
}

/* antenna */
#banner {
	border-bottom: black 2px solid;
}

#banner h1{
	font-size: 15px;
}

#center {
	float: left;
	width: 75%;
	margin-right: 1%;
}

.content {
}

.content h2{
	padding-left: 1%;
	text-align: left;
	background-color:white;
	font-size: 13px;
	border-bottom: black 1pt solid;
}

.content h3{
	padding-left: 1%;
	text-align: left;
	font-size: 12px;
}

#right {
	float: right;
	width: 24%;
}

.sidebar {
	}

.sidebar h2{
	font-size: 12px;
	border-top: black 1px solid;
	text-align: right;
	font-style: oblique;
}

#foot {
	border-top: 1px solid black;
	text-align: right;
	font-style: oblique;
}