@charset "utf-8";

body  {
	text-align: left;
	color: #2F4F4F;
	background-color: #66ffcc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: Medium;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px;
	padding-left: 75px;
}

h1 {font-size: 200%}
h2 {font-size: 150%}
h3 {font-size: 120%}
h4 {font-size: 100%}
h5 {font-size: 90%}
h6 {font-size: 80%}
p {font-size: 100%}

a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #7936B3;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.box {
	border: medium inset #000;
	height: 600px;
	width: 800px;
}
.newbody {
	height: 600px;
	width: 800px;
	margin: 12px;
	padding: 0px;
	background-color: #66ffcc;
}

