body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Courier New", courier, monospace;
	font-size:12px;
}

#main {
       width: 900px;
       height: 300px;
       padding: 10px;
}

.mark {
	background-color: yellow;
	text-decoration: blink;
}
/*
#header{
	padding: 10px 10px;
	font-weight: normal;
	height: 30px;	
}

#head1 {
	padding: 0 10px;
}

#left{
	float: left;
	width: 50px;
	height: 350px;
}

#right{
	width: 50px;
	height: 350px;
}

.we {
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 14px;
	display: inline;
}

h1,h2{
	margin: 0px;
}

.outline1 {
	border: 1px dotted red;
}
.outline2 {
	border: 1px dashed blue;
}
.outline3 {
	border: 1px double green;
}*/