body {
	font-size: 12px;
	color: #FF0000;
	font-family: "Courier New", "Times New Roman Special G1";
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.table1{
	width: 200;
	height: 50;
	border: dashed 1px red;
	font-size: 12px;
}
.table2{
	width: 200;
	height: 50;
	border: dashed 1px green;
	font-size: 12px;
}
hr{
	border: 0;
	color: red;
	background-color: red;
	height: 1px;
}
td.bord{

	width: 350px;
	height: 150px;
	border-top: dashed 1px blue;
	border-bottom: dashed 1px blue;
}