a:link {
	color: #1C4216;
	text-decoration: underline;
}

a:visited {
	color: #607E7A;
	text-decoration: underline;
}

a:active {
	color: Red;
	text-decoration: underline;
}

a:hover {
	color: Red;
	text-decoration: underline;
	background-color: #EFEFDE
}

body      {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
           margin: 30px 10px 10px 10px;
           color: black;
           background: #FFEABF url(../images/backcolor.jpg) repeat;
}

.box {
	border: thin dotted #1C4216;
	background: #EFEFDE;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: smaller;
}
.writeup {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1C4216;
}