.normaltext {
	font-size: 12px;
	text-decoration: none;
	font-family:Arial;
}
.graytext {
	font-size: 12px;
	text-decoration: none;
	font-family:Arial;
	color: #BBBBBB;
}
.titleblock
{
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: #0a63db;
	text-align: center;
	padding-top:2px;
	padding-bottom:2px;
}
.bottomblock
{
	background: #0a63db;
	color:white;
	height:30px;
}
.timeblock
{
	font-size: 12px;
	color: white;
	background: #888888;
	text-align: center;
}
.commentindex
{
	font-size: 24px;
	font-family:"Lucida Handwriting",Arial;
	color:#BBBBBB;
}

.blogtitle {
	font-size: 12px;
	text-decoration: none;
	font-family:Arial;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D1D1D1;
}


.lightdotborder {
	border: 1px dotted #C1C1C1;
	font-size: 12px;
	font-family:Arial;
}
.lightbottomborder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0a63db;
	font-size: 12px;
	font-family:Arial;
}
.lightrightborder {
	font-size: 12px;
	font-family:Arial;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C1C1C1;
}
.lighttopborder {
	font-size: 12px;
	font-family:Arial;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C1C1C1;
}
.darkbottomline {
	font-size: 12px;
	font-family:Arial;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.code {
	font-size: 12px;
	font-family:Arial;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100px;
}
.searchinput {
	font-size: 12px;
	font-family:Arial;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 80px;
}
.composetitle {
	font-size: 12px;
	font-family:Arial;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;
	width: 200px;
}
.composecontent {
	font-size: 12px;
	font-family:Arial;
	width:  500px;
	height: 300px;
}
.commenttitle {
	font-size: 12px;
	font-family:Arial;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	width: 200px;
}
.commentcontent {
	font-size: 12px;
	font-family:Arial;
	width:  250px;
	height: 80px;
}


a:link {
	font-size: 12px;
	color: #5694FA;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #5694FA;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
	border-bottom-style:dashed;
	border-width: 1px;
}
a:active {
	font-size: 12px;
	color: #5694FA;
	text-decoration: none;
}
.noline:hover
{
	border:none;
}

