html{  }
body
	{
	background:blue;
	}

a
	{
	text-decoration:none;
	color:white;
	}

.cath
	{
	float:left;
	clear:none;
	height:100px;
	}

.andy
	{
	float:right;
	clear:none;
	height:100px;
	}
.head
	{
	float:left;
	clear:none;
	height:15%;
	width:100%;
	}
.main
	{
	float:left;
	clear:none;
	width:60%;
	background:#8888ff;
	}
.left
	{
	float:left;
	clear:none;
	overflow:auto;
	font-size:18pt;
	width:20%;
	margin-right:10px;
	background:#ff88ff;
	}
.right
	{
	float:right;
	clear:none;
	font-size:18pt;
	width:18%;
	margin-left:10px;
	background:#88ffff;
	text-align:right;
	}
.res
	{
	float:left;
	clear:none;
	width:18%;
	margin-left:10px;
	background:#88ff88;
	border:1px dotted;
	}
