body {
	font-family:  "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: black;
	color: #b87a5e;
}

td {
	font-size: 10pt;
}

input {
background-color: #EEEEEE;

}

div.box {
	background-color: white;
	font-family:  "Helvetica", sans-serif;
}

div.iframe {
	font-family:  "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #b87a5e;
}

div.navbar {
    font-family:  "Helvetica", sans-serif;
	font-size: 10pt;
	position:absolute;
	left:200px;
	width:600px;
	top:500px;
	height:30px;
}

div.navbar td {
	color:white;
}

td.link1 {
   width:100px;
   text-align:left;
   border-right: 2px solid #b87a5e;
}

td.link2 {
   width:200px;
    text-align:center;
	   border-right: 2px solid #b87a5e;

   
}

td.link3 {
   width:100px;
    text-align:right;

}



a:link {text-decoration:none; color:#b87a5e;}
a:visited {text-decoration:none; color:#b87a5e;}
a:hover {text-decoration:none; color:#f997df;}

