/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
}

.tabs {
	color: #FFFFFF;
}

#text {
	float: left;
	width: 573px;
	color: #FFFFFF;
	height: 104px;
	font-family: "Eras Light ITC";
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 18px;
}

#box {
	color: #FFFFFF;
	float: right;
	width: 300px;
	border: solid #FFFFFF 2px;
}

#box_date {
	width: 80px;
	height: 60px;
	font-weight: bold;
	}

#box_title {
	border-bottom: solid #FFFFFF 2px;
	width: 300px;
	font-size: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	height: 35px;
}

#box_author {
	border-right: solid #FFFFFF 2px;
	width: 220px;
	height: 60px;
	color: #FFFFFF;
	font-weight: bold;
}
#menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	table-layout: auto;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	}
#line1 {
	font-size: 30px;
}

#line2 {
	font-size: 18px;
}

A:link {
	text-decoration: none;
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A:active {
	text-decoration: none;
	color: #00FF66;
}
A:hover {
	color: #0000FF;
}
