body  {
	font-family: arial;
	margin:0px;
	padding:0px;
}

h1  {}

h2  {}

h3  {}

a{
	border-style:none;
	text-decoration: none;
	color: black;
}

a:hover{
	border-style:none;
	text-decoration: none;
	color: blue;
}

img{
	border-style:none;
}

p {
	margin: 0;
	padding: 0;
}

.thecontent{
	width:750px;
	border-style:solid;
	border-color:#00ccff;
	border-width:1px;

}

.simple_box{
	border-style:solid;
	border-color:#00ccff;
	border-width:1px;
	margin:3px;
	padding: 1px;
}

.simple_box .title{
	color:white;
	background-color: #00ccff;

}

.error{
	background-color: red;
}
