body {
	color: dfeeea;
	background-color: white;
	font-family: "Times New Roman", arial, helvetica, sans-serif; /* helvetica is the equivalent of arial on the Macintosh */
}
/* this affects all text within the paragraph tags */
p {
	text-indent: 0%;
	font-size: large;
	color: green;
}

/* this affects both the h1, h2 and h3 tags */
h1, h3 {
	font-size: 26px;
	position: absolute; top: 5px; left: 40px;
	font-family: "Times New Roman", arial, Georgia, Times, serif; /* the words Times New Roman are included within quotation marks because otherwise they'd be interpreted as three fonts, Times, New and Roman */
	color: white;
	background: inherit;
}

h2{
	font-size: 26px;
	position: absolute; top: 5px; left: 40px;
	font-family: "Times New Roman", arial, Georgia, Times, serif; /* the words Times New Roman are included within quotation marks because otherwise they'd be interpreted as three fonts, Times, New and Roman */
	color: green;
	background: inherit;
}


div{
	
}

#links {
	width: 820px;
	height: 100px;
  background-color: #dfeeea;
	position: absolute; top: 0px; left: 0px;
	font-size: 20px;
	font-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: white;
}

#linkswwc {
	width: 200px;
	height: 452px;
  background-color: #dfeeea;
	position: absolute; top: 100px; left: 0px;
	font-size: 20px;
	font-color: #fff;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	}

	#linkswwc1 {
	width: 200px;
	height: 852px;
  background-color: #dfeeea;
	position: absolute; top: 100px; left: 0px;
	font-size: 20px;
	font-color: #fff;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	}
	
#largemain {
	background-image: url(../images/background.gif);
	background-color: #ffffff;
	width: 620px;
	height: 450px;
	position: absolute; top: 102px; left: 200px;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	font-size: small;
	text-decoration: none;
	}

	#largemain1 {
	background-image: url(../images/background.gif);
	background-color: #ffffff;
	width: 620px;
	height: 800px;
	position: absolute; top: 102px; left: 200px;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	font-size: small;
	text-decoration: none;
	}
