



a.one {
	
	position: absolute;
	height: 30px;
	width: 200px;
	border-color: #990000;
	border-width: 3px;
	border-style: dotted;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

a.two {
	
	position: absolute;
	height: 30px;
	width: 200px;
	top: 30px;
	border-color: #990000;
	border-width: 3px;
	border-style: dotted;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

a.three {
	
	position: absolute;
	height: 30px;
	width: 200px;
	top: 60px;
	border-color: #990000;
	border-width: 3px;
	border-style: dotted;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

a.four {
	
	position: absolute;
	height: 30px;
	width: 200px;
	top: 90px;
	border-color: #990000;
	border-width: 3px;
	border-style: dotted;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

a.five {
	
	position: absolute;
	height: 30px;
	width: 200px;
	top: 120px;
	border-color: #990000;
	border-width: 3px;
	border-style: dotted;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}





h2 {
	margin-top: 4px;
	margin-left: 50px;
}


a {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;

}


a:link {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	}

a:hover {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCC33;
	text-decoration: none;
	background-color: #990000;
}

div.dir {
	height: 300px;
	width: 200px;
	position: absolute;
	top: 150px;
	left: 30px;
	border-color: #990000;
	border-width: 3px;
	border-style: dotted;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-width: 3px;
	border-top-width: 0px;
}

div.window {
	height: 290px;
	width: 490px;
	position: absolute;
	top: 150px;
	left: 260px;
	border-color: #990000;
	border-width: 3px;
	border-style: dotted;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-width: 0px;
	border-top-width: 0px;
	font: dfsdfsdfs;
	padding-left: 10px;
	padding-top: 10px;
}

