/* Some basic html tags */
body {
  background: #ffffff;
}

a:link, a:visited {
  color: #C71F1F;
	text-decoration: none;
}

a:hover {
  color: #ff0000;
	text-decoration: underline;
}


td, p {
	color: #2B2F3C;
	font: normal 12px Trebuchet MS, Arial;
}

h1 {
  color: #17627D;
  font: bold 26px Georgia, Arial;
}


h2 {
  color: #17627D;
  font: bold 22px Georgia, Arial;
}

h3 {
  color: #17627D;
  font: bold 18px Georgia, Arial;
}

h4 {
  color: #17627D;
  font: bold 14px Georgia, Arial;
}

h5 {
  color: #17627D;
  font: bold 12px Georgia, Arial;
}



/* General CSS declarations */

.box {
	background:#F4E9C6;
	border:1px solid #660000;
	color:#3333333;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	clear: both;
	overflow: hidden;
	width: 200px;
}
