* { margin: 0px; padding: 0px;}
.clear{ clear:both;}

body{
	font-size:12px;
	line-height:20px;
	text-align:center;
}

form
{
	padding:0px;
	margin:0px;
}
img
{
	border:0px;
}

#page{
	width:750px;
	margin:0 auto;
	text-align:left;
}

#header{
	width:750px;
	overflow:hidden;
}

#tbody{
	width:750px;
	overflow:hidden;
}

#footer{
	width:750px;
	overflow:hidden;
}

a:link
{
	color:#000;
	text-decoration:none;
}
a:visited
{
	color:#000;
	text-decoration:none;
}
a:hover
{
	color:#f00;
	text-decoration:underline;
}
.menu a{ text-decoration:none; color:#FFF;}
.menu a:visited{ text-decoration:none; color:#FFF;}
.menu a:hover{ color:#FFF;text-decoration:underline;}

.mytitle
{
	color:Red;
	font-weight:bolder;
}
.person_blog td{
        white-space: nowrap; overflow: hidden;
}