@charset "UTF-8";
/* CSS Document */

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	line-height: 125%;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	line-height: 125%;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 125%;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

#daily {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 125%;
	width: 54%;
	margin-left: 36%;
	margin-top: 10%;
	position: relative;
}

#toggle {
	float: right;
	margin-top: 27%;
	margin-right: 30%;
	position: relative;
}

#about {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	line-height: 125%;
	border: dotted #FFCCFF 1px;
	width: 105px;
	float: right;
	margin-top: 10%;
	height: 264px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	position: relative;
	display: none;
}

#about a {
}

#about a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	line-height: 125%;
	text-decoration: none;
}

#about a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	line-height: 125%;
	text-decoration: none;
}

#about a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	line-height: 125%;
	text-decoration: underline;
}

